How to implement proper chat system and restrictions in a 2D game?

I’m making a 2D roblox game, and am working on the chat system.

Roblox’s default chat system works for 3D characters and automatically applies filters and age group checks

However mines is 2D, players are rendered via ViewportFrames and WorldModels and it doesn’t apply

My question here is how would I properly implement chat into my 2D game and have it abide Roblox’s ToS? Meaning age group checks and chat filtering is enabled. Which services or functions do i use?

4 Likes

Hello! So after some research I don’t know fully but if I am correct it should possible to change the direction it faces FOREVER, I will do more research to help with scripts and everything, Goodbye!

1 Like

Any updates? I could use help on this : )

2 Likes

Sorry still working out some stuff.