Exports
List of exports required for developers to integrate this script into their own resources.
Available Exports
local leaderboard = exports.vanish_turfs:GetLeaderboardData(){
{
id = 1, -- Gang database ID
name = "Ballas", -- Gang name (or label if GetGangLabel is available)
totalWins = 15, -- Total turf wars won
totalBattles = 20, -- Total turf wars participated in
logoUrl = "https://..." -- Gang logo URL (empty string if not set)
},
-- ... more gangs
}Usage Examples
Last updated