Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local plr = game.Players:CreateLocalPlayer(0)
  2. game:GetService("Visit")
  3. game:GetService("RunService"):run()
  4. plr:LoadCharacter()
  5. game.GuiRoot.MainMenu.Toolbox:remove()
  6. game.GuiRoot.MainMenu["Edit Mode"]:remove()
  7. game.GuiRoot.MainMenu["Help..."].Name = "Fullscreen"
  8. game.GuiRoot.MainMenu.Fullscreen.Name = "Help..."
  9. print ("Play in the old studio with this.")
  10. while true do wait(0.001)
  11. if plr.Character.Humanoid.Health == 0
  12. then wait(5) plr:LoadCharacter()
  13. print ("LocalPlayer was killed.")
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement