🔧 SDK ReferenceManagersPlayerManagersendErrorNotificationsendErrorNotificationSends an error notification to the player.Syntaxplayer.sendErrorNotification(message);ParametersNameTypeDescriptionmessagestringThe notification to send to the playerExampleplayer.sendErrorNotification('You were removed from the Team #1');Available on: Client Server