Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

From loadstring with link to getobjects, how to do it?

Asked by 4 years ago
Edited 4 years ago

Hi, I'm new at that scripting. I want to know how to change that code: loadstring(game:HttpGet("https:pastebin.com/1234", true))()

To that: game:GetObjects("rbxassetid:/1234[1].Parent = workspace Or something like: loadstring(game:GetObjects("rbxassetid://1234567")[1].Source)()

Sorry if I do something wrong, so can anyone help me if has understanded?

0
Take the pastebin text, copy it, go into roblox studio, paste it into a script, click "Upload To ROBLOX", get the asset ID, and put it in this script: loadstring(game:GetObjects("rbxassetid://ASSET ID")[1].Source)())) the8bitdude11 358 — 4y
0
replace "ASSET ID" with your asset's ID the8bitdude11 358 — 4y

Answer this question