Advertisement
Nvercyan123

roblox fe god mode

Mar 21st, 2020
6,732
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 1 0
  1. -- FE Godmode
  2. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4. l.Parent = game.Players.LocalPlayer.Character
  5. l.Name = "Humanoid"
  6. wait(0.1)
  7. game.Players.LocalPlayer.Character["1"]:Destroy()
  8. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  9. game.Players.LocalPlayer.Character.Animate.Disabled = true
  10. wait(0.1)
  11. game.Players.LocalPlayer.Character.Animate.Disabled = false
  12. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement