Advertisement
xdJustice29

Untitled

May 5th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. local god = false
  2. if god == false then
  3. if game.Players.LocalPlayer.Character then
  4. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5. local cloneplayer = game.Players.LocalPlayer.Character["1"]:Clone()
  6. cloneplayer.Parent = game.Players.LocalPlayer.Character;
  7. cloneplayer.Name = "Humanoid"
  8. wait(0.1)
  9. game.Players.LocalPlayer.Character["1"]:Destroy()
  10. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character;
  11. game.Players.LocalPlayer.Character.Animate.Disabled = true
  12. wait(0.1)
  13. game.Players.LocalPlayer.Character.Animate.Disabled = false
  14. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  15. GodButton.Text = "God: On" elseif god == true then
  16. GodButton.Text = "God cannot be turned off."
  17. GodButton.TextScaled = true
  18. wait(2)
  19. GodButton.TextScaled = false
  20. GodButton.Text = "God: On"
  21. end
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement