library

GuiHandler

An object oriented Gui Handler class for Roblox. Uses Sleitnick’s Trove and Signal for easy cleanup and use, as well as a configurable setup for each Gui Handler and full type checking in strict. If you want an easy way to make show/hide tweens for Guis in your game, this module is for you. Previous versions are broken, DO NOT USE THEM!

Installation

Studio Wally

Using the Studio Wally plugin:

  1. Open the widget
  2. Search kashtheking/gui-handler
  3. Click the download button and choose a download option (“Shared module” is recommended)

Wally

Add this to the [dependencies] section of your wally.toml:

GuiHandler = "kashtheking/gui-handler@1.0.1"