Royal High simple auto diamond collector

MADE BY Taepo#2737

FEATURE:

  • AUTO DIAMOND COLLECTOR
  • .
  • USER NOTE:
  • use disable seats script for better auto farm

GAME LINK:
ROYAL HIGH

SCRIPT:

local p = game:GetService("Players").LocalPlayer

while wait(.5) do
for _,v in pairs(game:GetService("Workspace").CollectibleDiamonds:GetChildren()) do
    for _,v2 in pairs(v:GetChildren()) do
        if v2.Name == "diamond" then
            p.Character.HumanoidRootPart.CFrame = v2.CFrame
            wait(.1)
        end
    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!