I’ve recently wanted to try and re-design the default roblox notification ui, but I am having troubles with this, how do I do it correctly?
By default roblox UI, I assume you mean CoreGui. CoreGui, for security purposes, is locked and is unable to be tampered with by developers.
With that being said, if you wanted to make a custom notification, you’d have to disable the CoreGui, and then script out the logic yourself for what you’re looking for. You can disable the default Roblox UI with SetCoreGuiEnabled.
https://create.roblox.com/docs/reference/engine/classes/StarterGui#SetCoreGuiEnabled
1 Like
Kinda funny how exploiters can access coregui though.
2 Likes