Where would I find "ChatModules" on roblox studios?

I am currently following this tutorial

(specifically the “RegisterProcessCommandsFunction” one)

However, with the example script, it says to paste it into the “ChatModules” folder. I cannot find this folder unless when the game is actively running, whenever the game is stopped, all childrens of the Chat object dissapears.

Am I just being stupid and missing something here?


as shown above, “Chat” has no children objects

you’d need to fork it by clicking play, saving all of those children under your clipboard, then pasting them when the test is stopped

however, roblox changed those scripts up a few months ago, so now, I think you can use require(…) on the PlayerModule in StarterPlayerScripts, get the Chat Module from there, then implement your commands using its functions

1 Like