Skip to main content

Settings

Documentation version

These settings were last updated for Admin Tablet 7.0.0.

General​

SettingPurpose
Debug ModeControls which tablet messages are written to the Unity or VRChat log.
Auto ResizeScales the tablet when the local avatar's eye height changes. The supplied baseline is 1.7 meters.

Security​

The security mode determines how the tablet checks player permissions. The tablet uses the selected mode to match permission entries on restricted tabs and modules.

ModeHow permission entries are matched
Player TagsReads Tag Name from the player and splits its value with Split Character. This refers to VRChat player tags system.
Security KeypadMatches entries against Security Keypad role names. This mode is available only when Security Keypad is installed. It is the recommended mode for secure environments.
Display NamesMatches entries against exact, case-sensitive VRChat display names.
Open access

An empty tab or module permission list grants access to everyone. Player Tags mode also grants access when Tag Name is empty.

warning

Instance Owner Always Allowed appears in Player Tags and Display Names modes. It is a convenience bypass, not a strong authorization check; we recommends leaving it disabled because the value may be spoofed.

Notifications​

Assign the included Notification System. The tablet cannot initialize without it.

Internal references​

These are references used by the tablet, mainly UI components, you shouldn't need to touch these unless you know exactly what you are doing.

ElementPurpose
HandleThe handle of the tablet, its where the pickup component is and is affected by the resize.
POV CameraFollowerCamera gameobject, will be placed on target player head while on profile tab.
ProfileModerationView tab. Special tab that opens when you click a playername on the moderation tab, shows player info and moderation actions.
HiddenParentWhere inactive tabs will be placed.
Active ParentWhere the active tab will be placed.
ContentThe viewport content that is filled with player buttons, inside the moderation tab.
Title_UsernameTextMeshProUGUI inside the profile tab that displays target player name.
Title_OnlineUsersTextMeshProUGUI inside the moderation tab that displays player count.
DummyButtonPrefab used to instantiate the player buttons on the moderation tab.
EmptyTabPrefabPrefab used to instantiate new tabs from the settings.
SelectorContentWhere the tab buttons are placed.
SelectorButtonPrefabPrefab used to instantiate the tab buttons on the selector.
ClickSoundSound played when clicking on buttons.
TabChangeSoundSound played when changing tabs.