# Installation

{% hint style="warning" %}
Pixel Administration is currently in alpha testing. Please don't use for production if you're relying on this for moderation. Some things will not work right now.
{% endhint %}

<details>

<summary>Package vs. Plugin</summary>

Getting the plugin version rather than the package might benefit you in a variety of ways such as easy implementation for custom commands, and a more graphical rank management system.\
\
The package serves as a more vanilla experience. You just import it into Roblox Studio inside of ServerScriptService, modify the ranks via Settings and Permissions, manually setting up the custom commands if you have any you'd like to add, then you're done.

</details>

{% columns %}
{% column width="50%" %}

## Installing from Package

To install Pixel Administration via the Roblox package, just click the button below to redirect to the Google Drive hosting it. Then drag that downloaded .rbxm file into Roblox Studio, and then put the folder inside ServerScriptService. In case there's an update to the package, you should be able to right click on the folder, and update it from studio. It will not overwrite your edited Settings and Permissions files (see [settings](https://systech-corp-1.gitbook.io/pixel-administration/setup/settings "mention") for more info).

{% hint style="danger" %}
The package version is currently unavailable due to the package being moderated.
{% endhint %}
{% endcolumn %}

{% column width="50%" %}

## Installing from Plugin

**Windows:** To install Pixel Administration via the plugin assistant, you can just get the plugin's rbxm/rbxmx file. Just download the file via the button below, and put the file in your Roblox Studio plugins folder, `%localappdata%\Roblox\Plugin` . You can access that by pressing WIN+R and pasting that into it.

***

**MacOS:** Work in progress. Try the package for now until this is finished, or look up a tutorial on how to install local plugins for Roblox Studio on your MacOS system.

{% hint style="danger" %}
The plugin version is currently unavailable as it's currently not yet released, and is being actively worked on.
{% endhint %}
{% endcolumn %}
{% endcolumns %}
