ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Tycoon RNG
14.2k Views

basic auto collect

Tycoon RNGUploaded by
2 years ago
Please login to perform these actions:

Description

just auto collect

View Raw
Edited By: HelloWorld_ Download


Comments
1
User profile picture
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
Please Login to add a comment.