I am having some troubles and I need your help.
I have a server side script in which I want to send a message and a sound to all players on the server.
I thought about using UserMessages but I must have been not using it the right way.
I thought about using the functions chat.AddText() and chat.PlaySound() since they would be of best fit for what I want to do.
But here again I probably didn’t do my function the right way.
Hope you can help.