Experience Name Persists as "[ Content Deleted ]" in ExperienceNotificationService After Successful Appeal

After a successful appeal of a false moderation, my experience’s name continues to appear as [ Content Deleted ] in all English-language notifications sent via ExperienceNotificationService. This is causing confusion for my players and negatively impacting my game’s perception.

Reproduction Steps:
This is a persistent backend issue, not easily reproducible. However, the conditions that led to it are:

  • The experience was falsely moderated by an automated system on March 15, 2025.
  • The moderation was appealed and the experience was restored by Roblox Support on March 24, 2025.
  • Ever since the restoration, any call to ExperienceNotificationService to send a notification for my game results in the title being [ Content Deleted ] for English users. The game’s name appears correctly on its public page.

Expected Behavior:
I expect the ExperienceNotificationService to pull the current, correct name of my experience (“[Your Game’s Name]”) for all notifications.

Actual Behavior:
The service is pulling a stale, cached name ([ Content Deleted ]) from the previous moderation. A screenshot of an affected notification is attached. Also seen in localization ‘text to translate’ (name and description). Changing the name and description does not fix the issue.


Workaround:
There is no workaround available to me as a developer. This appears to be a backend caching issue that requires engineering intervention.

Issue Area: Engine
Impact: High
Frequency: Constantly
Date First Experienced: March 24, 2025 (immediately after restoration)
Date Last Experienced: October 24, 2025
Universe ID: 2659464761
Game Link: The Multiverse Project - Roblox

Associated reports:

A private message is associated with this bug report

2 Likes

As of October 30, 2025, this bug appears to be resolved. Notifications sent via ExperienceNotificationService are now correctly displaying my game’s name.

The fix was done silently on the backend, as I received no direct communication from Roblox Support or staff confirming it.

For any other developers who encounter this specific issue (a game name stuck as [ Content Deleted ] in notifications after a successful moderation appeal), please know that this is a fixable backend caching problem. I’d advise you to do either of these:

  • Reply to this thread (staff might notice your reply and fix the issue)
  • Contact Roblox Support and be prepared to be persistent, as the issue is easily misunderstood by first-level support.

Update - January 3, 2026

My experience (ID: 6946020219) was recently suspended (January 1 2026) and then restored (January 3 2026).

While the website correctly displays the game title, the internal notification cache (used for Mobile Push Notifications, Game Invites, and ExperienceNotificationService) is still returning the string “[ Content Deleted ]”.

Thanks @Adiszkiteam!

Apologies that no one replied the thread - the team working on this issue didn’t have dev forum permissions at the time.

Confirming now that we did fix the issue based on this bug report.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.