Advertisement
Earlyday-hackhack

speed changes false

Jan 23rd, 2023 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. getgenv().speed = false; -- if its true it will loop the script and if its false it will stop the loop
  2.  
  3. while wait() do
  4. if getgenv().speed == true then
  5. game:GetService("Workspace").dshakjdsahkdsah.Humanoid.WalkSpeed = ("30")-- paste here the script/remote script that you wanna make loop
  6. end
  7. end
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement