Advertisement
_Thanh_Thy_Cute_

Vesteria WALKSPEED

Jul 12th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local player = game.Players.LocalPlayer;
  2. local control = player.PlayerScripts.repo.controlScript;
  3.  
  4. for i,v in pairs(getgc()) do
  5. if getfenv(v).script == control and debug.getinfo(v).name == 'onPlayerStatisticsChanged' then
  6. debug.setupvalue(v, 2, 100); -- sets walkspeed to 100
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement