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
However, I do not know how to position it more precisely without using a custom chat
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
Things under CoreGui cannot be modified by in game scripts
1 Like