_G.CandyExploit = { PopEffect = false, Toggle = true } local ReplicatedStorage = game:GetService("ReplicatedStorage") while wait() do if _G.CandyExploit.Toggle == true then ReplicatedStorage.spawnCandy:FireServer() if _G.CandyExploit.PopEffect == true then ReplicatedStorage.candyPop:Fire() end end end