Advertisement
19xjohnnyx

Pressure Wash Simulator (INFINITE)

Jul 3rd, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. _G.Clean = true -- Change to false to stop.
  2. while _G.Clean and wait(.1) do
  3. game:GetService("ReplicatedStorage").Remotes.RefillRemote:FireServer(true)
  4. game:GetService("ReplicatedStorage").Remotes.SurfaceCompleted:FireServer(math.huge, math.huge)
  5. game:GetService("ReplicatedStorage").Remotes.ClientFrameData:FireServer(math.huge , true, true, math.huge)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement