Advertisement
UsernamesRUs

Money Exploit -- Infinite Floors Tycoon

Aug 29th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local Value = true
  2.  
  3. while Value do
  4. wait(0.01)
  5. local args = {
  6. [1] = "wooden crate"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").FirstPlayEvent:FireServer(unpack(args))
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement