of     1   

Brick_man
#182588669Friday, January 29, 2016 2:02 AM GMT

Here is a little snippet of code which literally worked this morning that now results in an error: --IS -> InsertService [The variables are all set, don't worry] function update(asset,parent) local SCRIPT = IS:LoadAsset(asset) local SCRIPT1 = SCRIPT:GetChildren()[1] if parent:FindFirstChild(SCRIPT1.Name) then parent:FindFirstChild(SCRIPT1.Name):remove() end SCRIPT1.Parent = parent print("Uploaded asset: " .. asset .. " to parent of " .. parent.Name) end update(219069070,PO) -- PoliceScript I am getting 403 errors: (Model not Trusted). Did ROBLOX change insertservice? ~ Brickman2010, Developer of Heist ~
HelIo_World
#182590496Friday, January 29, 2016 2:26 AM GMT

i don't see why this wouldn't work other than you not having the model. being that you are the creator of the model, i have no clue why this doesn't work. it could be that you aren't logged into studio, or you've opened the wrong place. this is probably a problem on ROBLOX's end
[rfa#hidefromsearch]
#182593404Friday, January 29, 2016 3:11 AM GMT

[rfa#hidefromsearch]
HelIo_World
#182954604Wednesday, February 03, 2016 11:39 PM GMT

you're kidding right

    of     1