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 configParameters
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
Place the
StealNametagGUI inServerStorage.Attach the script to the
ZONEthat players will interact with.Ensure the configuration file (
Configuration) is set up in the same directory as theLoader.
Last updated