ADVERTISEMENTREMOVE ADS
Game icon

Inf Cash and Gems

Merge Chiikawa
2 months ago
Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
9 Lines • 290 Bytes
Raw
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

Comments

1 comment
to add a comment
la

Worked, thanks

1
0
ADVERTISEMENTREMOVE ADS