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

[Help] Inserting a local script via http?

Asked by 9 years ago

Ok so iv figured out that

local HttpService = game:GetService("HttpService")
loadstring(HttpService:GetAsync("link"))()

`will insert a normal script but for some reason i cant seem to find out how to make it local?

perhaps putting into Backpack or something.

0
Btw this is inserted into the game via the :s code cmd in khols admin epix edition (with loadstring and http enabled) xXUltraAltraXx 20 — 9y
0
It would not work in a Local Script anyway. Roblox disabled LoadStringEnabled for all local scripts to try and prevent exploits. M39a9am3R 3210 — 9y
0
^, Use a alt website to run a http local loadstring. ( Like oxcool1's SB ) MessorAdmin 598 — 9y

Answer this question