Snippets > UI

Toggling between the in-game and UI pointers

To toggle on the in-game pointer (with its "crosshair" rendering):

Pointer:Hide()
UI.Crosshair = true

To toggle on the UI normal pointer (with its default rendering):

Pointer:Show()
UI.Crosshair = false