Sonic Ultimate RPG GET ALL EMERALDS & RINGS – OPEN SOURCE SCRIPT

Created by Vep 

Features:

  • GET ALL EMERALDS
  • GET ALL RINGS

GAME LINK:
SONIC ULTIMATE RPG

SCRIPT:

ringsfarm = true

while ringsfarm do wait(5)
   pcall(function()
     for i,v in pairs(game:GetService("Workspace").Rings:GetDescendants()) do
        if v:IsA("Part") and v.Name == "Ring" then
         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
      end
    end
 end)
end

GET ALL RINGS

emeraldfarm = true
while emeraldfarm do wait()
   pcall(function()
     for i,v in pairs(game:GetService("Workspace").ChaosEmeralds:GetChildren()) do
        if v:IsA("MeshPart")  then
         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
      end
    end
 end)
end

GET ALL EMERALD

⚠️ 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!