How do I add parameters to a remote event firing from the server to the client?

I saw that when you use event:FireClient() you need to put the player in the brackets , but I also want to send additional information . How do I do this?

Like this v

event:FireClient(player, additionalParameter, additionalParameter2)
3 Likes