![](https://private-user-images.githubusercontent.com/86912923/353025019-b220b562-519f-4914-afbf-f32ebf56dc5c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MjIwMDEsIm5iZiI6MTczODkyMTcwMSwicGF0aCI6Ii84NjkxMjkyMy8zNTMwMjUwMTktYjIyMGI1NjItNTE5Zi00OTE0LWFmYmYtZjMyZWJmNTZkYzVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA5NDgyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE5NWQ3N2ExYTY3ODRkZWYzMmJiZGJkY2FmODkwM2NkNWU4NDRjMzQ5YTUyZGE4MzM4MTYyZDAxNTQ4NzgxZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0vRmtdDDmSOYuHd_y6fsiXcAEeJMft49s0Gk8XuPeuw)
An ImGui library for Roblox that doesn't require a RenderStep connection.
Perfect for beginners and performance.
![]() |
![]() |
- This UI library is in beta, please report any bugs by opening an issue
- Any feedback or suggestions would be great
- Please mention me when integrating this library - depso.
For documentation and usage examples, please read the Wiki
Type | |
---|---|
Roblox Studio |
If you would like to use this in Studio:
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ImGui = require(ReplicatedStorage.ImGui) |
Exploit/Executor |
Reference detections have been mitigated using cloneref which compatibility is checked, local ImGui = loadstring(game:HttpGet('https://github.com/depthso/Roblox-ImGUI/raw/main/ImGui.lua'))() |
If you would like to create your own version for whatever reason,
- Prefabs: Prefabs
-
- Make sure you change UIAssetId under the
ImGui
configuration inside of the source code
- Make sure you change UIAssetId under the
- Library: Source code