---
title: "selectabilityOn"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737978/selectabilityOn"
format: markdown
---
# Description

Sets the selectability to on for all the modules in the scene.

This command can be used to make objects whose selectability has been turned off selectable again.

## Functional area

Selection

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `selectabilityOn` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// Turn on selectability for all modules in the scene.
selectabilityOn;
```

# Additional information

## Related commands

- [hide](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737122)
- [select](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737508)
- [show](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737521)