RobloxGUI addons documentation

RobloxGUI addons documentation

Last updated in 07.13.2024 | Version 1.2

Before you start

To download and read more about RobloxGUI addons, please do it here

Installation

After inserting and ungrouping the “UNGROUPINSTARTERGUI” your StarterGui should look like this:

image

And if you see the UI appear, you did everything right!

Enabling the rank displayer (not enabled by default)

Under the RobloxGUI addons folder there is a textlabel called “PLAYERrank_2”.

Under it is a “GROUPID” value and a “enabled” value.

Under the “GROUPID” value put your group’s id

The value should look like this:

image

(The value set there is my group’s id)

Under the “enabled” value, tick it!

It should look like this:

image

When playing the game, the rank should appear, as shown here:

image

Disabling FPS counter

Due to some concerns on performance, there is now a option to disable it!

Under PLAYERfps_2 there is a value called “enabled”, untick it!

It should look like this

image

After that, you will need to disable the LocalScript that makes the counter work. (It is under PLAYERfps_2 too!)

It should look like this:

image

Now play the game and the FPS counter is no longer there!

Enabling ping counter (not enabled by default)

Also due to concerns on performance, you can disable and enable the ping counter.

Under PLAYERping_2 there is a value called “enabled”., tick it!

It should look like this:

image

Like with disabling the FPS counter, you need to do the opposite! Enable the LocalScript under PLAYERping_2

It should look like this:

image

Now play the game and the ping counter should appear!

Errors

RobloxGUI addons 1.2 added errors. So developers know they hasn’t done something right, here is a list of them and their solutions:

RobloxGUI addons ERROR: PLAYERfps is disabled, but PLAYERfps LocalScript is enabled. Cannot complete operation.
You didn’t disable the LocalScript making the FPS counter work!

RobloxGUI addons ERROR: PLAYERping is enabled, but PLAYERping LocalScript is disabled. Cannot complete operation.
You didn’t enable the LocalScipt making the ping counter work!

1 Like