Speed Run Simulator | ORBS/RINGS COLLECTOR

Script Credit :- Keshiki 夜#8653
Features

ORBS

RINGS COLLECTOR

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors