Advertisement
Owen007

Untitled

Jun 23rd, 2022
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. wait()
  3.  
  4.  
  5. local args = {
  6. [1] = "addCoin",
  7. [2] = 1
  8. }
  9.  
  10. game:GetService("ReplicatedStorage").CoinRemote:FireServer(unpack(args))
  11.  
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement