![](https://private-user-images.githubusercontent.com/86912923/353025019-b220b562-519f-4914-afbf-f32ebf56dc5c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjMwMzYsIm5iZiI6MTczOTQ2MjczNiwicGF0aCI6Ii84NjkxMjkyMy8zNTMwMjUwMTktYjIyMGI1NjItNTE5Zi00OTE0LWFmYmYtZjMyZWJmNTZkYzVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MDUzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdlMWUxMjZlMzcwMjc0OGQxZDE3YjBkYTY0YzMyMzEyMmRjMWE1Zjg5OWRiNWU0Y2FmNDU2MWEyMGNlNzk0NzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gS3zhK0h7A9L3B9hxjrRXC2ySId7Pmx_SDIq0_RDNMU)
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