SyntaxIsHere

Untitled

Sep 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. //Script Genned From Clouthub By Syntax
  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"
Add Comment
Please, Sign In to add comment