[ad_1]
Created by Cxnnor17
Features:
- CASH COLLECTOR
- DEV NOTES:
- This will collect chips so you don’t have to walk round picking them up!
- Change the “timer” amount to whatever number you want to speed/slow how often you collect them.
- Change the “true” to “false” (vice-versa) if you want to start/stop collecting them.
_G.Chips = false -- Wether you want to turn it on or off!
Timer = 60 -- This will collect chips every minute!
while _G.Chips and wait(Timer) do
for i,v in pairs( game:GetService("Workspace").Chips:GetChildren())do
if v.Name == "Chip" then
v.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]