sasod35

神龍大俠模擬器(鑽石

Jun 24th, 2023 (edited)
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. getgenv().Rewards = true;
  2. while getgenv().Rewards do
  3. if getgenv().Rewards == true then
  4. local Rewards = game:GetService("ReplicatedStorage").Remotes.ServerEvent_GameManager
  5. for i = 1, 12 do
  6. local args = {
  7. [1] = 27,
  8. [2] = tostring(i)
  9. }
  10.  
  11. Rewards:FireServer(unpack(args))
  12. wait()
  13. end
  14. end
  15. end
Add Comment
Please, Sign In to add comment