ADVERTISEMENTREMOVE ADS
Game icon

Auto Collect Cube

Eat the World
1 year ago
Script preview thumbnail
Script Preview

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
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS