Advertisement
tttrwafff

Untitled

Jan 12th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3. l.Parent = game.Players.LocalPlayer.Character
  4. l.Name = "Humanoid"
  5. wait(0.1)
  6. game.Players.LocalPlayer.Character["1"]:Destroy()
  7. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8. game.Players.LocalPlayer.Character.Animate.Disabled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement