---
name: PackagePermission
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Indicates the current user's or group roleset's permission to the package."
---

# PackagePermission

Indicates the current user's or group roleset's permission to the package.

**Type:** enum

## Description

The [PackagePermission](/docs/reference/engine/enums/PackagePermission.md) indicates the current user's or group roleset's
permission to the package.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `None` | 0 | Permission data is not available for the current user or group roleset. |
| `NoAccess` | 1 | The current user or group roleset doesn't have access. |
| `Revoked` | 2 | The current user's or group roleset's permission is revoked. |
| `UseView` | 3 | The current user or group roleset can download a copy of the package from Roblox. |
| `Edit` | 4 | The current user or group roleset can download a copy of the package from Roblox and publish package changes to Roblox. |
| `Own` | 5 | The current user or group roleset can download a copy of the page from Roblox, publish package changes to Roblox, and manage who has access to the package. |