Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- plr = game.Players.LocalPlayer
- char = plr.Character
- Torso = char.Torso
- Head = char.Torso.Neck
- LeftArm = char.Torso ["Left Shoulder"]
- RightArm = char.Torso ["Right Shoulder"]
- LeftLeg = char.Torso ["Left Hip"]
- RightLeg = char.Torso ["Right Hip"]
- char.Head.face.Texture = "rbxassetid://246990342"
- Sound = Instance.new("Sound", char.Torso)
- Sound.SoundId = "rbxassetid://569099029"
- Sound.Looped = true
- Sound.Volume = 1
- Sound : play()
- char.Humanoid.Animator : Destroy()
- while true do
- Head.DesiredAngle = 1000
- LeftArm.DesiredAngle = 1000
- RightArm.DesiredAngle = 1000
- LeftLeg.DesiredAngle = 1000
- RightLeg.DesiredAngle = 1000
- You = game.Players.LocalPlayer.Character
- You.archivable = true
- You:Clone().Parent = game.Workspace
- Head.MaxVelocity = 5
- LeftArm.MaxVelocity = 5
- RightArm.MaxVelocity = 5
- LeftLeg.MaxVelocity = 5
- RightLeg.MaxVelocity = 5
- wait(0.5)
- Head.CurrentAngle = 5
- LeftArm.CurrentAngle = 5
- RightArm.CurrentAngle = 5
- LeftLeg.CurrentAngle = 5
- RightLeg.CurrentAngle = 5
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement