Is it bad to call the same server event multiple times to set multiple values?

I am far from a networking pro but yeah I am pretty sure that’s bad. Why can’t you do that with one event? Set an array of Names or have multiple variables that are set from the one event. Typically you want to send as few signals between server and client as possible.