Advertisement
marcelslibrary

yno

Nov 17th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local a = workspace.Parent
  2. getgenv().game = {}
  3. for i,v in pairs(a:GetChildren()) do
  4. game[v] = v
  5. end
  6. function game:GetService(obj)
  7. return a:GetService(obj)
  8. end
  9. function game:HttpGet(...) end
  10. function game:GetChildren()
  11. return a:GetChildren()
  12. end
  13. function game:GetDescendants()
  14. return a:GetDescendants()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement