Advertisement
Hex4rr

lag script

Aug 9th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer.Character
  2. game.Workspace.Gravity = 90
  3. plr.Humanoid.WalkSpeed = 30
  4. while true do
  5. if plr.Humanoid.Health == 0 then
  6. game.Workspace.Gravity = 192.5
  7. end
  8. plr["Right Arm"].Anchored = true
  9. plr["Left Arm"].Anchored = true
  10. plr["Right Leg"].Anchored = true
  11. plr["Left Leg"].Anchored = true
  12. plr["Head"].Anchored = true
  13. plr["Torso"].Anchored = true
  14. wait()
  15. plr["Right Arm"].Anchored = false
  16. plr["Left Arm"].Anchored = false
  17. plr["Right Leg"].Anchored = false
  18. plr["Left Leg"].Anchored = false
  19. plr["Head"].Anchored = false
  20. plr["Torso"].Anchored = false
  21. wait()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement