ADVERTISEMENTREMOVE ADS
Auto Collect Cube
41,040 views
Description
Automatically collects cubes spawned in game. Too useful if someone or you started the raining money (over 10,000 cubes!)
Features:
- Collects cubes for you
- Easy cubes
ADVERTISEMENTREMOVE ADS
7 Lines • 238 Bytes
while task.wait() do
for _, c in pairs(game.Workspace:GetChildren()) do
if c.Name == "Cube" and c:IsA("Part") then
c.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
Comments