Advertisement
Hitman_Hell

Working Speed Script!!!

Apr 11th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. --Here's a working speed script!!--
  2.         (Do not copy this text)  --By Hitman_Hell--
  3. --Mainly use it for the game call "The Streets"
  4. --------------------------------------------------------
  5.  
  6.  
  7. you = game.Players.LocalPlayer.Character.Humanoid
  8. wsvalue = 50 -- change this
  9. while wait() do
  10. you.WalkSpeed = wsvalue
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement