hsPlayerList V2 & Notify V2
TThe Best PlayerList & Notify In The Whole Market..
PLAYER LIST V2
Settings = {
DebugMode = false, -- Enable or disable debug mode
ServerName = "Hyper Roleplay", -- Server name to display in the player list
ShowPlayerIDOverhead = true, -- Enable or disable player ID display above player heads
ToggleKey = 'U', -- Default KeyBind Is 'U'
MaxPlayers = 64, -- Maximum number of players to display in the list
UpdateInterval = 10000, -- 5 seconds Keep it low for better performance
}
-- Debugging Print Function
function PrintLog(message)
if Settings.DebugMode then
print("[DEBUG] " .. ": " .. message)
end
end
return Settings
Notify V2
Last updated