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