---
name: PermissionLevelShown
last_updated: 2026-06-10T02:17:47Z
type: enum
summary: "Used to set the highest permission level that APIs have to have in order to be shown in the Object Browser."
---

# PermissionLevelShown

Used to set the highest permission level that APIs have to have in order to be
shown in the Object Browser.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Game` | 0 | Member must have no security permissions in order to be shown. |
| `RobloxGame` | 1 | Member must have security permissions less than or equal to **RobloxPlaceSecurity** to be shown. |
| `RobloxScript` | 2 | Member must have security permissions less than or equal to **RobloxScriptSecurity** to be shown. |
| `Studio` | 3 | Member must have security permissions less than or equal to **LocalUserSecurity** to be shown. |
| `Roblox` | 4 | Member is shown no matter what security it has. |