ilovescripting

SPEED RUN SIMULATOR -- ALL ORBS SCRIPT

Jun 11th, 2023
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. -- Speed Run Simulator by US simulators script
  2. while wait() do
  3. for i,v in pairs(game:GetService("Workspace").OrbSpawns:GetChildren()) do
  4. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
  5. end
  6. end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment