Advertisement
Guest User

mm2 godmode

a guest
Oct 27th, 2019
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. function godmodefunc() --Godmode function
  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. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement