Сontent continues after AD

Script – Jump with brainrot

Thank you for using our website
Your script:

				
					local ReplicatedStorage = game:GetService("ReplicatedStorage")

local RemotesFolder = ReplicatedStorage:WaitForChild("Remotes")
local EventsFolder  = ReplicatedStorage:WaitForChild("Events")

local GiveOutReward = RemotesFolder:WaitForChild("Roulette"):WaitForChild("GiveOutReward")
local RebirthEvent  = EventsFolder:WaitForChild("Rebirth")
local LayerChanged  = EventsFolder:WaitForChild("LayerChanged")

while true do
    GiveOutReward:FireServer({
        value = math.huge,
        type = "Money",
        chance = 0.45
    })

    LayerChanged:FireServer("Layer6")

    RebirthEvent:FireServer()

    task.wait()
end

				
			

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