Is there any way to change the position of a CoreGui?

I tried to do a bit of searching and couldn’t seem to find anything. But just in case I missed something, is there currently any way to change the position of CoreGuis? I know you can completely disable specific CoreGuis with StarterGui:SetCoreGuiEnabled(), but other than that, I have no knowledge of anything else you can do to change them. I was thinking I kinda want the chat gui to be at the bottom of the screen, not the top. I know I could disable the chat gui and make my own, but I don’t really have the desire to code and design my own chat gui, nor do I want to spent time on that.

1 Like

Depends on the Core GUI I’ve found some scripts in the free models by looking up something like “Chat Position” or what ever you want in there. I can’t really find any other way…

1 Like

nevermind, I kept searching and I think I just found my own answer… https://developer.roblox.com/api-reference/function/StarterGui/SetCore - ChatWindowPosition

3 Likes