Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- R6 SCRIPT
- while true do
- game.Players.LocalPlayer.Character.Torso.Anchored = true
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- wait(0.1)
- game.Players.LocalPlayer.Character.Torso.Anchored = false
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- wait(0.1)
- end
- -- R15 SCRIPT [ I HAVEN'T TESTED THIS ONE ]
- while true do
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
- game.Players.LocalPlayer.Character.LowerTorso.Anchored = true
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- wait(0.1)
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.LowerTorso.Anchored = false
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement