Configuration

To configure the product, you need to edit the configuration file named Configuration.

The configuration is stored in Configuration and can be adjusted as follows:

local config = {
    JSM_Toggle = true, -- Enable or disable JSM mode
    DRS_Toggle = true, -- Enable or disable DRS mode
    GroupWhitelist = true, -- Enable or disable group whitelist check
    GroupId = 0, -- Group ID for whitelist
    MinGroupRole = 0 -- Minimum role rank to bypass the whitelist
}

return config

Parameters

  • JSM_Toggle: Determines if the script checks for active items in the player's inventory using JSM | Item Data.

  • DRS_Toggle: Determines if the script checks for active items in the player's Handle with EAS_Active.

  • GroupWhitelist: Toggles the restriction for players based on group rank.

  • GroupId: The ID of the group to check against.

  • MinGroupRole: Players with this rank or higher will not have the nametag added.

Setup

  1. Place the StealNametag GUI in ServerStorage.

  2. Attach the script to the ZONE that players will interact with.

  3. Ensure the configuration file (Configuration) is set up in the same directory as the Loader.

Last updated