Skip to main content
ESP Design
Fun Fact: This ESP Library is used inside mspaint!

About

mstudio45’s ESP Library is a powerful and flexible ESP library for Roblox, that is meant to work on every executor (and even inside Roblox Studio). It provides multiple visualization types including billboards, highlights, tracers, arrows and 2D/3D boxes.

Installation

local ESPLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/mstudio45/MSESP/refs/heads/main/source.luau"))()

-- You can also access the library globally:
getgenv().mstudio45_ESP

Version

Current version: v2.1.1 (16.02.2026)
See the Changelogs page for version history and updates.

Source Code

You can find the source code of the library on GitHub.