ADVERTISEMENTREMOVE ADS
Game icon

Collect all gems

Backrooms Drift
7 months ago
Script preview thumbnail
Script Preview

Description

collects all the gems execute again to stop make sure your in the car first

Features:

  • collect all gems
ADVERTISEMENTREMOVE ADS
14 Lines • 576 Bytes
Raw
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)
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
jo

doesnt work at all

0
0
ADVERTISEMENTREMOVE ADS