Advertisement
EpicGamer72

Fe God Mode For All Games!

Sep 30th, 2020
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. -- Fe God Mode For All Games!
  2. local player = game.Players.LocalPlayer
  3. if player.Character then
  4. if player.Character:FindFirstChild("Humanoid") then
  5. player.Character.Humanoid.Name = "1"
  6. end
  7. local l = player.Character["1"]:Clone()
  8. l.Parent = player.Character
  9. l.Name = "Humanoid"; wait(0.1)
  10. player.Character["1"]:Destroy()
  11. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  12. player.Character.Animate.Disabled = true; wait(0.1)
  13. player.Character.Animate.Disabled = false
  14. end
  15. print("finished.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement