The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Dashing Simulator script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 25



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  _G.busy = true
  2.  
  3. while wait() do
  4.  
  5. if _G.busy == true then
  6. local Event = game:GetService("ReplicatedStorage").Events.AddSpeed
  7. Event:InvokeServer()
  8.    end
  9. end