Back to scripts

How to Use Roblox Scripts

New to Roblox scripting? This guide walks you through everything you need to know to run a script from the Centu Scripts library — from picking a script executor to safely executing your first script.

1. Choose a script executor

A script executor (also called an injector) is the program that lets you run a Lua script inside a Roblox game. Pick a well-known, frequently updated executor that supports the current Roblox version. Avoid random downloads from unknown links — stick to executors with an active community and clear update history.

2. Install and open the executor

Install the executor following its official instructions, then launch it. Open Roblox and join the game you want to use a script in. Most executors need to be opened while the game is already running so they can attach to it.

3. Get a script from Centu Scripts

Browse the Centu Scripts library and open the script you want. Complete the quick unlock steps to reveal the working script link, then copy the script code.

4. Paste and execute

Paste the copied script into your executor's code box and press the Execute (or Inject) button. If everything is set up correctly, the script will run and its features will load in-game.

Safety precautions

  • Only download executors and scripts from sources you trust.
  • Never enter your Roblox password or personal details into a script or executor.
  • Using third-party software can violate Roblox's Terms of Service and may put your account at risk — proceed at your own discretion.
  • Keep your antivirus active and scan downloads before running them.