InfMods

easy everytime you walk speed script

Sep 23rd, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. easy speed script
  2.  
  3. step 1: make a script in SeverScriptService
  4.  
  5. step 2: write the code down below
  6.  
  7.  
  8.  
  9. local speed = 1
  10.  
  11. while humanoid.MoveDirection.Magnitude >0 do
  12. speed = speed + 0.1--How large the increase is
  13. humanoid.WalkSpeed = 16*(speed)--Default Speed is 16. Multiply its by speed variable
  14. wait(3)--How often it increases
  15. end
Advertisement
Add Comment
Please, Sign In to add comment