Find any script for Roblox

Enter the name of the game or script.

Sonic Ultimate RPG script – (farm emeralds, farm coins)

Functions: farm emeralds, farm coins

Script developer: Vep#1003

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:

autofarm coins:

				
					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
				
			

autofarm emeralds:

				
					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
				
			
Leave a Comment

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