Сontent continues after AD

Script – Merge Chiikawa

Thank you for using our website
Your script:

				
					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
				
			

if the script does not work, try other scripts on our website