local ReplicatedStorage = game:GetService("ReplicatedStorage") local Remotes = ReplicatedStorage:WaitForChild("Remotes") local MysteryBoxEvent = Remotes:WaitForChild("MysteryBoxEvent") local count = 0 while count < 1000 do count = count + 1 MysteryBoxEvent:FireServer() end