ADVERTISEMENTREMOVE ADS
Collect all gems
47,193 views
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
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
ADVERTISEMENTREMOVE ADS






Comments
doesnt work at all