www.roblox-scripter.com

Script – ร็อคฟรุต

Thank you for using our website
Your script:

				
					--[[spawn orbs at your inventory use infinite yield(equiptools/inf^0.001^equiptools) and go to baller at spawn to sell the orbs

goofy vid : https://streamable.com/frfetk]]--
while task.wait(0.001) do
local BBC = game:GetService("Workspace").Click
for _, ClickDetector in pairs(BBC:GetDescendants()) do
if (ClickDetector:IsA("ClickDetector")) then
fireclickdetector(ClickDetector); 
end;
end;
end
				
			

How about trying out new scripts?