Website IconRankGun
First Steps

Introduction

RankGun is simply built upon environments called workspaces.

Each workspace can be though of as it's own environment, each workspace is affiliated with it's own Roblox Group. Each workspace has it's 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 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 weather a workspace has a working Roblox Connection.

Now one right might rightly inquire into what a working Roblox Connection is, by Rankguns 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.

On this page