1. local Remotes = {}
  2. for I, V in next, getgc(true) do
  3. if type(V) == "table" and rawget(V, "Remote") then
  4. Remotes[V.Name] = V.Remote
  5. end
  6. end
  7. local args = {
  8. [1] = "100",
  9. [2] = 0/0
  10. }
  11. Remotes.UseDailySpin:FireServer(unpack(args))