The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Free Roblox Script phantom forces actor bypass script pastebin roblox
By Guest on 2024-09-21 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for _, actor in next, getactors() do
  2.  
  3.        if tostring(actor) == "lol" then        
  4.                syn.run_on_actor(actor, [[
  5.                        paste script here
  6.                ]])
  7.        end
  8.  
  9. end