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!
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