Installing
Dear ReGui requires a prefabs base to generate elements. Use :Init to overwrite the default configuration and point Prefabs to the prefabs Gui if needed otherwise it's automatic
Last updated
Dear ReGui requires a prefabs base to generate elements. Use :Init to overwrite the default configuration and point Prefabs to the prefabs Gui if needed otherwise it's automatic
Last updated
Download the latest .rbxm file from the .
Drag and drop the File into your game's workspace.
Move the Module into a desired location, such as ReplicatedStorage
You can use the library with a LocalScript.
To utilize ReGui with executors, you must insert the Prefabs asset as shown below as otherwise ReGui will attempt to find the Prefabs folder under the script which will not work in this use case.
If you face problems with obfuscation, please check you are not using any Type checks in your script as many obfuscators compile to Lua not Luau. The demo window has some type checking so please remove those