Home Scripts Knowledge Base Contact Download Executor

Introduction To Scripts

New to Roblox scripts? This is the place to start. A script is a small piece of Lua code that adds features to a Roblox game — auto farming, aimbot, fly, and more — and this guide explains what they are and how people run them.

Get a free executor

You need an executor to run any Roblox script. Grab one free.

Download

What is a Roblox script?

A Roblox script is code written in Lua, the language Roblox games are built with. A script you find on Blox Paste is designed to run on top of a game to add an ability the game does not normally give you — collecting rewards automatically, seeing players through walls, moving faster, and so on.

On its own, a script is just text. It does nothing until you run it through a separate program called an executor, which injects the code into the running game.

What can scripts do?

Scripts come in families, and each does one kind of thing. The most common types are:

How do you run a script?

You need two things: a script (copy any one from Blox Paste) and an executor (a free program that runs it). You open your game, attach the executor, paste the script, and press execute. That is the whole loop.

If you do not have an executor yet, get a free executor — Krnl and Fluxus are the usual free picks.

Where to go next

Ready to actually run one? Follow getting started with scripts for a step-by-step first run, then read using scripts safely to stay safe while you do. When something does not work, troubleshooting common issues has the fixes.