Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer.Character
- game.Workspace.Gravity = 90
- plr.Humanoid.WalkSpeed = 30
- while true do
- if plr.Humanoid.Health == 0 then
- game.Workspace.Gravity = 192.5
- end
- plr["Right Arm"].Anchored = true
- plr["Left Arm"].Anchored = true
- plr["Right Leg"].Anchored = true
- plr["Left Leg"].Anchored = true
- plr["Head"].Anchored = true
- plr["Torso"].Anchored = true
- wait()
- plr["Right Arm"].Anchored = false
- plr["Left Arm"].Anchored = false
- plr["Right Leg"].Anchored = false
- plr["Left Leg"].Anchored = false
- plr["Head"].Anchored = false
- plr["Torso"].Anchored = false
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement