ScriptClan
Method
form
explanation
Function
form
explanation
Example
Print when the clan was created
local myClan = unit.player.clan;
print(myClan.createdAt.ToLocalTime());Print out the clan ID
Print all clan members' IDs
Print the clan name
Last updated