Advertisement
TheChild

Untitled

Jul 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. hu = game.Players.LocalPlayer.Character.Humanoid
  2. local l = Instance.new("Humanoid")
  3. l.Parent = game.Players.LocalPlayer.Character
  4. l.Name = "Humanoid"
  5. wait(0.1)
  6. hu.Parent = game.Players.LocalPlayer
  7. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8. game.Players.LocalPlayer.Character.Animate.Disabled = true
  9. wait(0.1)
  10. game.Players.LocalPlayer.Character.Animate.Disabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement