Difference between :FireClient and :FireAllClients?

just wanna know the answer cuz i always just fireallclients

1 Like

So, when you fireclient you fire only one specific client (and you need to write a player object when firing) but when you fireallclients you fire every client on the server and you don’t need to write a player object.

so which one is better in using ?

For example someone won round, and you wanna only fire a winner then you use FireClient(winner) but if you want to fire everyone for example to write a winner name, you should use FireAllClients()

2 Likes

If this helped, please mark as a solution

oh ye i understand now thx for explaining

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.