Find any script for Roblox

Enter the name of the game or script.

Script – Backrooms drift

Thank you for using our website
Your script:

NO KEY

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)