Skip to content

visible

Description

visible is a Property on Interactable
Whether or not this Interactable is visible. Interactables that are not visible are also not enabled.

Example
object.interactable.visible = true
local testVariable = object.interactable.visible
Usage

returns: bool