RankGun logoRankGun
First Steps

Introduction

Learn the core concepts of RankGun workspaces, how to create a workspace, and connect it to your Roblox group.

RankGun is simply built upon environments called workspaces.

Each workspace can be thought of as its own environment, each workspace is affiliated with its own Roblox Group. Each workspace has its own set of properties.

Creating your workspace

You can simply create a workspace by passing a group ID. A group ID can be fetched from your Roblox group URL. For example, this is a url of a Roblox group:

https://www.roblox.com/communities/10392184/Cookie-Tech#!/about

The Group ID of this group is 10392184.

Properties of the workspace

Workspaces have many properties: activated, id, groupId to name a few. Most properties of the workspace will not be of concern to you, however, there is one very important property we must consider.

The important property

The activated property is the basis for many RankGun features. Therefore it is essential that you have a good understanding of what this property is responsible for.

This property is simply a boolean indicator for whether a workspace has a working Roblox Connection.

Now one might rightly inquire into what a working Roblox Connection is. By RankGun's definition, a working Roblox Connection is one that:

ScopesRequired
group:read
group:write

Why it matters

We are now using the roblox OpenCloud implementation which is far superior to the legacy Roblox Bot thanks to official Roblox support and better permission handling via Roblox Oauth. This allows us to perform actions on your group automatically.

Was this page helpful?

On this page