14.2k Views
basic auto collect
Tycoon RNGUploaded by 2 years ago
Please login to perform these actions:Description
just auto collect
Comments
1

Offline
PersonalHub 2 years ago - Edited
If you want a auto use script to auto use cubes here is one i made
local numberuse = 1
local cd = 0.1
while true do
local args = {
[1] = "UseItem",
[2] = ""..numberuse..""
}
game:GetService("ReplicatedStorage"):WaitForChild("RemoteFunction"):InvokeServer(unpack(args))
numberuse = numberuse + 1
task.wait(cd)
if numberuse == 15 then
numberuse = 1
end
end

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
