Hey all, does anyone know how to properly use “TextChannel:DisplaySystemMessage()”?
I am having issues figuring out how to set it up and have it run, and its not working properly, how does anything even send? I have tried using it and its just not printing, and setting .Status to success, with no visual clue for it sending.
Hello, just to make sure, you’re running this script in a LocalScript right? From the docs, it says it must be ran on client and not on server.
If you want to display the same message to all clients from the server, you could use remote events and then display the message locally to each client