Owl.GetController(name: string): RegisteredController

Client Only

Locates a standard running UI, network listener or input processing controller structure registered within client runtimes.

Parameters

name*
string
Target class string identifying the controller instance.

Returns

RegisteredControllerDirect reference to the operational controller instance.

Related Types

local InputController = Owl.GetController("InputController")