Getting Started

Getting Started

Getting started with Gamebeast in Roblox is easy. To add the SDK, you'll first need to add it to your Roblox inventory by pressing the "Get Model" button here (opens in a new tab).

GetModel

Next, install the Gamebeast plugin for Roblox Studio, which can be found here (opens in a new tab). After downloading, the plugin should appear under "Gamebeast" in the Plugins tab of Roblox Studio.

PluginBar

Click the Add/Update SDK button to automatically add our Roblox SDK and Gamebeast module to ServerScriptService and ReplicatedStorage respectively. You will be prompted to give the plugin permission to insert scripts into your experience, select "Allow".

t

If you have an existing SDK in ServerScriptService, the plugin will preserve your Keys module and EventCode folder, which hold your Gamebeast keys and live event code respectively. To make sure your Gamebeast plugin always functions properly, navigate to the Plugins tab of Roblox Studio, click "Manage Plugins", and enable the "Auto Update" option for Gamebeast.

x

When you open an experience in Roblox Studio that contains the Gamebeast SDK, the plugin will automatically output a warning if your SDK is out of date. Simply click the plugin to update your SDK.

Finally, in Roblox Studio, go to the Home tab and press the "Game Settings" buttons. Under the "Security" tab, enable the "Allow HTTP Requests" and "Enabled Studio Access to API Services" options. This allows the Gamebeast SDK to communicate with the dashboard and use Roblox services for different features.

x