Speed Run Simulator ORBS/RINGS COLLECTOR SCRIPT

Created by Keshiki 夜#8653

Features:

  • ORBS/RINGS COLLECTOR
local orb_spawns = workspace.OrbSpawns
local lp = game:GetService('Players').LocalPlayer

for _, orb in next, orb_spawns:GetChildren() do
if (orb:FindFirstChildOfClass('TouchTransmitter') and orb:FindFirstChild('Approved')) then
task.spawn(function()
firetouchinterest(lp.Character.PrimaryPart, orb, 0)
firetouchinterest(lp.Character.PrimaryPart, orb, 1)
end)
end
end

orb_spawns.ChildAdded:Connect(function(orb)
wait(1)
if (orb:FindFirstChildOfClass('TouchTransmitter')) then
firetouchinterest(lp.Character.PrimaryPart, orb, 0)
firetouchinterest(lp.Character.PrimaryPart, orb, 1)
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!