How to add custom chat position?

In game ๐ŸŽฎ Evade ๐ŸŽฎ - Roblox they were able to add custom chat frame position and guis in chat. How to replicate this?

You can use these settings under ChatWindowConfiguration
image
image

However, I do not know how to position it more precisely without using a custom chat

image

In every playerโ€™s PlayerGui there is a Chat ScreenGui with a frame inside which can be placed anywhere you want on the screen.

The new TextChatService is no longer inside of PlayerGui like the LegacyChat. It is instead under CoreGui

image
Things under CoreGui cannot be modified by in game scripts

1 Like