Find any script for Roblox

Enter the name of the game or script.




Might be interesting:

Pet Champions script – (Auto Collect)

Script Views: 0

Functions: AutoCollect

Script developer: UnknownDruid

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

Your email address will not be published. Required fields are marked *