Role.AddSteamID64
Server
Lyn.Player.Role.AddSteamID64(string target, string role, number|nil duration, function|nil callback)FunctionDescription
Adds the specified role to the player for an optional duration (in seconds) using their SteamID64. If duration is not specified, the role is added permanently.
Params
Example:
Lyn.Player.Role.AddSteamID64("76561198261855442", "admin")