Arcade Island X – Chip Collector

Uploaded On
Script Credit :- Cxnnor17
Features

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.

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

_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

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors