Advertisement
LeRobloxLua

Get script from GitHub

Nov 23rd, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --you must enable httpservice and loadstring for this work
  2. url = "" --go to the github file then click raw and copy the URL to here (keep the quotes)
  3. hs = game:GetService("HttpService")
  4. code = hs:GetAsync(url, true)
  5. loadstring(code)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement