getgenv().loopgemcollceti = not loopgemcollceti task.spawn(function() while task.wait() do if not loopgemcollceti then break end local coinfolderr = game:GetService("Workspace").CoinsSetup.CoinsFolder local gimmemony = coinfolderr:FindFirstChild("BigCoin") or coinfolderr:FindFirstChild("MediumCoin") or coinfolderr:FindFirstChild("SmallCoin") if gimmemony then game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = gimmemony.CFrame end end end)