How to Run a Roblox Script (Step by Step)

Running a Roblox script takes about a minute once you know the steps. A script is just a piece of code; you need an executor — an app that injects and runs that code inside the game. Here's the whole process.

What you need

Step by step

  1. Get an executor. Download one from our executor page and open it. New executors sometimes get flagged by Windows SmartScreen or antivirus — see are scripts safe? for why.
  2. Copy a script. On any RoPaste game page, hit Copy on the script you want. The full loadstring is now on your clipboard.
  3. Open the game. Launch the Roblox game you want to use the script in and wait until you're fully loaded in.
  4. Attach the executor. In the executor, press Attach / Inject and wait for it to confirm it's attached to Roblox.
  5. Paste & execute. Paste the script into the executor's script box and press Execute. The script's menu opens inside the game — toggle the features you want.

That's it

Once you've done it once, every other script works the same way: copy → paste → execute. If something doesn't work, check the troubleshooting guide.