How do I turn off all in-game notifications?

I made UI for one of my games and it has a single button in the lower right of the screen. After playtesting what I had developed, I noticed that friend request notifications were popping up ontop of my clickable UI.

When googling how to turn off notification, I found the SetCore wiki page and it allows me to turn off some of the notifications but not all of them.

This is important to my game. I need that UI space. Surely there is a way to turn those off. Anyone know?

1 Like

What type of messages where popping up ? and how did you go about using SetCore? because it can disable all the ui except for game-pass purchases and the escape menu

Friend requests. I didn’t see how to remove them via SetCore.

Here’s the CoreScript for notifications: Core-Scripts/CoreScriptsRoot/CoreScripts/NotificationScript2.lua at master · Roblox/Core-Scripts · GitHub

If you look at line 643, there isn’t a bool you can set with SetCore that will hide friend request notifications. I think your only option is to disable the core gui altogether.

How do you disable the core gui?

I’m not sure if it’ll turn off notifications (if this is what he meant), but it’s worth a shot!

1 Like

Before seeing this thread, I ignorantly assumed without checking there would be a way to do this. Upon learning I realized this is an issue I was going to run into too, and filed a feature request to have the ability to turn this off.

Hope you find a way around it in the meantime.

1 Like

Thank you for doing that. It seems crazy that there isn’t a way to do this at the moment.

1 Like