Omega's Terminal documentation
Skip to main content

Addons

Here's a list of pre-built addons reasdy to use in your game.

See this guide for more information on how to install an addon

Reset leaderboard on start

Resets NumberValues and IntValues in the leaderstats folder on terminal start

Respawn players on start

Respawns players in the playing teams on terminal start using Player:LoadCharacter()

Change part's color on state change

Changes the color of a part when the terminal's state changes, useful for visual feedback

Hardpoint mode

Switches the terminal part after a period of time.

Instalation

Configuration is done inside the addon module script


Zetsu's UI

Zetsu's terminal UI reimplemented as an addon for this terminal

Instalation

To install UI addons, make sure you are not loading the default one (remove wrapper:AddAddon(wrapper.defaultAddons.UI) in the server)

Zetsu's UI

Black and gold UI

Instalation

To install UI addons, make sure you are not loading the default one (remove wrapper:AddAddon(wrapper.defaultAddons.UI) in the server)

Black and gold UI


UI Boilerplate

A boilerplate for creating your own UI addons, it contains a basic UI and a module script to handle the UI logic.