Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a = workspace.Parent
- getgenv().game = {}
- for i,v in pairs(a:GetChildren()) do
- game[v] = v
- end
- function game:GetService(obj)
- return a:GetService(obj)
- end
- function game:HttpGet(...) end
- function game:GetChildren()
- return a:GetChildren()
- end
- function game:GetDescendants()
- return a:GetDescendants()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement