ADVERTISEMENTREMOVE ADS
Game icon

Garden Auto Collect

Grow a GardenšŸ…ā€¢
6 months ago
Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
10 Lines • 282 Bytes
Raw
local rs = game:GetService('RunService')
local cc = require(game:GetService('ReplicatedStorage').Modules.CollectController)
local lt = tick()
local conn = rs.Heartbeat:Connect(function()
if tick() - lt >= 0.01 then
cc:Collect()
lt = tick()
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS