📈Member counter
In this page, you will learn how to setup the membercounter.
This documentation might not be accurate as we prep for v2 of membercounters.
Display and track the member count of your group, showing who joined in real-time!

Commands
group-id
The ID of your Roblox group.
gained-message
The message sent when someone joins.
lost-message
The message sent when someone leaves. (see message below)
embed-enabled
Enable (True) or Disable (False) embeds with the membercounter.
channel-gained
The channel to log new members into.
channel-lost
The channel to log old members into.
separator
The character you want to use to separate the numbers. (more info below)
The membercounter has a default message, however you are able to customise it to say what you'd like!
An example of this is the membercounter set up in Vibez:
💚 Username has joined {name}.{newline} We've reached {membercount} members! We're {togo} away from {goal}.
In the table below, you can find variables and their descriptions which you are able to use in your membercounter message.
{name}
The name of the group.
{change}
The amount has the group has gained/lost.
{type}
The group has "lost" or "gained".
{membercount}
The amount of members now.
{togo}
Amount until goal.
{goal}
Goal.
{username}
[NEW] The username of the user which joined the group.
{userid}
[NEW] The user ID of the user which joined the group.
{displayname}
[NEW] The display name of the user which joined the group.
{ordinal}
Add an ordinal to your message (st, nd, rd)
The increment is a fixed number that allows you to choose the amount of members that are needed to meet the group's next goal.
For example: If the increment is set to 100 it will make the goal higher with 100 every time!
If your group's goal is 400, once the goal is met the goal will become 500 automatically.
The separator is used when the group has 1000 members or more. It lets the bot know how you'd like to display the numbers! Whatever you put as the separator will be shown between the thousands and hundreds units. (1<separator>000) The table below will show you different ways you are able to use the function:
{space}
1 000
,
1,000
noob
1noob000
{default}
1000
If you have already set up the separator and would like to remove it, you are able to use the variable {default}.
Last updated