Jan_Simon12

Afs chikara and yen farm

Jul 25th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local replicated = game:GetService("ReplicatedStorage")
  2. local multiplier = 15
  3.  
  4. while true do task.wait()
  5. for i = 1, multiplier do
  6. task.spawn(function()
  7. replicated.RSPackage.Events.GeneralFunction:InvokeServer("LotteryRandomDraw")
  8. replicated.RSPackage.Events.GeneralEvent:FireServer("SpinFinished")
  9. end)
  10. end
  11. end
Add Comment
Please, Sign In to add comment