I’m making a radio system, and the messages are sent by notifications. The problem is, is that the title is too long. I checked the starterGui:SetCore method thing, and I looked into the PlayerGui thing, but I can’t find the notifications anywhere. Is there a way to change the size of the notifications?
ps I don’t know where to put this topic so its here.
Ok, I’m not going to be an idiot, and flag this post instead of answering it.
Short answer: You can’t.
If that’s not true, I would cause the notification, and monitor the player gui for it. After you figure where it is, and what it’s called, you can wait for it when the notification is fired, and edit the properties of it you want, that is of course, if Roblox allows to change the core gui properties.
A good workaround for thsi would be to create your own radio system, thus making Roblox’s limits not affect you, and making you able to solve this problem
In addition to what others have said, yes you can’t edit the Roblox Core Gui:
So make your own GUI and learn about TweenService (or check out some other topics explaining it) which will allow you to get the same sliding enter/exit of the GUI. Good luck