ADVERTISEMENTREMOVE ADS
Inf Cash and Gems
46,793 views
Description
Inf Cash
Inf Gems
ADVERTISEMENTREMOVE ADS
9 Lines • 290 Bytes
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
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
Worked, thanks