Omega's Terminal documentation
Skip to main content
About this guide

Difficulty: Medium

Events

The terminal exposes a few events you can use in addons.

Connecting to events

Events are BindableEvents and can be connected to using the :Connect() method.

wrapper.terminal.events.startEvent.Event:Connect(function()
print("The terminal has started!")
end)

Events for each terminal can be found on their respective page