📈Member counter

In this page, you will learn how to setup the membercounter.

Display and track the member count of your group, showing who joined in real-time!

An example in bgreenz's group Greenz Corporation

Commands

Argument
Description

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.

Variable
Description

{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)

Last updated