while true do for i = 1, 5 do game:GetService("ReplicatedStorage").Remotes.SpinClaimed:FireServer(table.unpack({ [1] = 1, [2] = game:GetService("Players").LocalPlayer, })) end task.wait() end