Functions: AutoCollect

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
getgenv().autocollect = true
while getgenv().autocollect do
for _,v in pairs (game:GetService('Workspace')['__GAME'].Orbs:GetChildren()) do
if v:IsA('Part') then
v.CFrame = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
task.wait()
end





Leave a Comment