🔧 SDK ReferenceManagersObjectManagersetVisiblesetVisibleSet whether or not the object is visible.Syntaxobject.setVisible(visible);ParametersNameTypeDescriptionvisiblebooleanDetermines whether the object is visible (true) or hidden (false).Exampleobject.setVisible(false);Available on: Client Server