I made a command script. When you type the command, it will make a message on the screen. I want this to be global, and I know it’s possible because I’ve seen it before. Can I get a bit of help?
1 | player.Chatted:Connect( function (msg) |
2 | -- Message script is here |
3 | end ) |