🔧 SDK ReferenceManagersPlayerManagersendSuccessNotificationsendSuccessNotificationSends a success notification to the player.Syntaxplayer.sendSuccessNotification(message);ParametersNameTypeDescriptionmessagestringThe notification to send to the playerExampleplayer.sendSuccessNotification('You entered the Team #1');Available on: Client Server