SHOW:
|
|
- or go back to the newest paste.
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 = | |
8 | 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" |