> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mstudio45.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

<img src="https://mintcdn.com/mstudio45/V_uAUgbr69ZwzDKc/images/esp.png?fit=max&auto=format&n=V_uAUgbr69ZwzDKc&q=85&s=3ccbf7cecdb80a3d5079923e389fb545" alt="ESP Design" width="1920" height="1017" data-path="images/esp.png" />

<Note>Fun Fact: This ESP Library is used inside [mspaint](https://mspaint.cc/)!</Note>

## 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

```lua theme={null}
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.3** (27.06.2026) <br />
See the [Changelogs](/esp-library/changelogs) page for version history and updates.

## Source Code

You can find the source code of the library on [GitHub](https://github.com/mstudio45/MSESP).
