How do i make GUI above everything (Chat, settings)

  1. I wanna make GUI(Frame) above everything even chat and settings. I saw this in few games. I wanna prevent bots write in chat or use settings before they will make math example(I made it already). Last thing i left make GUI above everything.

  2. I can’t make GUI above everything in game, idk what screenshots can help.

  3. I was trying find solution on youtube/dev hub, but found nothing

I’m new designer, so no idea how to make it

Are you talking about a custom chat?
EXAMPLE:
8498092802948

You could try playing with the Z-Index property of UI elements. The higher the number the higher the layer

No i wanna Frame be above chat and settings

Uhh, sorry if this strange question , but what is Z-Index?

Also it’s not help idk what to do

Okay not need that sorry guys, thank you anyways

You can make GUI over chat, but it wont prevent bots from chatting since they emulate a key press and not a mouse click. Instead, you can disable the chat for a certain time, maybe for a loading screen or something, using

StarterGui:SetCoreGuiEnabled()
https://developer.roblox.com/en-us/api-reference/function/StarterGui/SetCoreGuiEnabled

You can’t make any UI above settings, as its above everything else and cant be edited.

Okay thank you for help, I don’t need it already