Disabling Badge Notifications

I found this in developer.roblox.com Screen Shot 2022-09-15 at 6.31.05 PM while looking for things I could do for my “find the” game and I wanted to disable this but I don’t have any idea how so if someone could teach me please do!

game:GetService(“StarterGui”):SetCore(“BadgeNotificationsActive”, false)

4 Likes

You can use StarterGui:SetCore("BadgeNotificationsActive", false), note, make sure you define StarterGui. You can also set it in a pcall in case it doesn’t work but that’s probably not neccessary.

2 Likes

Yeah, that’s not necessary for creating service variables, @ASTROCPF, you should probably mark @max’s code as solution

1 Like

Alright, thanks @maaxyyyyyyy and @Dfn150

1 Like