Advertisement
Guest User

[FE] God Mode

a guest
Feb 18th, 2020
31,289
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 1 0
  1. -- This script is made by Miyuki#7227
  2.  
  3.  
  4.  
  5. local player = game.Players.LocalPlayer
  6.  
  7. if player.Character then
  8.  
  9. if player.Character:FindFirstChild("Humanoid") then
  10.  
  11. player.Character.Humanoid.Name = "1"
  12.  
  13. end
  14.  
  15. local l = player.Character["1"]:Clone()
  16.  
  17. l.Parent = player.Character
  18.  
  19. l.Name = "Humanoid"; wait(0.1)
  20.  
  21. player.Character["1"]:Destroy()
  22.  
  23. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  24.  
  25. player.Character.Animate.Disabled = true; wait(0.1)
  26.  
  27. player.Character.Animate.Disabled = false
  28.  
  29. end
  30.  
  31. print("finished.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement