Skip to main content

GUI Displayers

GUI Displayers are objects that will display a GUI on your screen when interacted with.

The GUI will be displayed upon touching any part that is named Displayer or has a GuiDisplayer tag. It will be removed upon touching any part that is named Remover or has a GuiRemover tag.

Use Cases

GUI Displayers can be used to display any GUI on the player's screen. Displayed GUIs can be modified using Property Changers to edit or animate them.

Folder Configuration

NameDefault ValueDescription
Cooldown0.25Delay between being able to activate the GUI Displayer again.

Displayer Configuration

NameDefault ValueDescription
AutoRemove0The displayed GUI will automatically be destroyed after this amount of time. If set to 0, the GUI will be displayed forever until manually removed.