XxRedBoyxX_YT

Texting Simulator Unlimited text

Dec 30th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _G.on = true
  2. while _G.on do
  3. wait()
  4. local amount = 1 --[[ Amount of times to run ]]
  5. for z = 1, amount do
  6. local remote = Game["ReplicatedStorage"]["ToolEvents"]["CashEvent"]
  7. local args = {}
  8. remote:FireServer(unpack(args))
  9. end
  10. end
Add Comment
Please, Sign In to add comment