-
What do you want to achieve? I want to learn the difference between :FireClients and :FireAllClients
Hello, my name is flair. I am a scripter, and have a question… so I know what FireClient() and all the other ones, only problem is I don’t know one, and it is FireAllClients, so my question is what is the meaning of FireAllClients, what are the the differences between FireClient and FireAllClients, and if I can do FireAllServers, please help, thank you.
fireclient() will fire to specific player with the first parameter as the player you want to fire to and fireallclients() will fire to every clients thats in the game!
2 Likes
There is only one server in a running game. A player’s computer is a client and connects to the server. So when you use fire client, it send the signal to one player’s computer. Fire all clients sends the signal to everybody’s computer
4 Likes
Ahh, thank you so much I have been struggling with this.