📄️ Introduction
Messages is a powerful concept in WCS that allows the client and server sides of your ability to communicate between eachother.
📄️ Defining a Message
Let's start with defining our first message.
📄️ Validating Data
Technically, messages are just regular RemoteEvent / RemoteFunction calls, meaning that exploiters can send invalid data to function that run on server.
📄️ Requests
Messages also allow you to request data from the receiver. In order to do that, we'll utilize a message type called Request.