_G.edpcupcake = true local plr = game.Players.LocalPlayer.Character.Head while _G.edpcupcake == true do for i, v in pairs(game:GetService("Workspace").Scripts.CollectCupcakes.Storage:GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) end end task.wait() end