Alo Sanctuary AUTO ORB COLLECTOR SCRIPT

Created by No1Mlb

Features:

  • AUTO ORB COLLECTOR
local orb = game.Workspace.Map.OrangeOrbs

while true do
for i,v in pairs (orb:GetChildren()) do
  if v:IsA("Model") then
      wait(0.1)
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:GetPivot()
      game.Players.LocalPlayer.Character.Humanoid.Jump = true
    end
  end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!