I found this in developer.roblox.com
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!
4 Likes
game:GetService(“StarterGui”):SetCore(“BadgeNotificationsActive”, false)
5 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.
3 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
2 Likes