Installing
Adding ReGui
Integrating Dear ImGui within your script requires a prefabs base to provide elements
Using :Init
to overwrite the default configuration, point Prefabs
to the prefabs Gui instance
Games
For games, download the latest .rbxm file from the releases. Upload the file into the game. Once added to a desired location, such as ReplicatedStorage, call the library from a LocalScript.
Externally
To utilize ReGui outside of native Roblox, you must import the Prefabs asset as shown below.
Last updated