getGangData
Returns specific gang data for the given key.
Description
Fetches specific data from the gang table using a key.
Parameters
data
(string): Key to fetch from gang data.
Return Value
Returns the value associated with the key.
Example Use Case
local rank = ps.getGangData("grade")
print("Gang Grade: " .. tostring(rank))
Last updated