Hello I have unet working pretty well and just needed some help going in the right direction. My players have armor that is saved under variables and used to load, my only question is how would I have the variable and command be called only on a player but show up on all clients ?
This is a small example of how my code is set up. When an icon is dragged in an equipslot this command is called on the local player. So how do I have all clients see this change ?
Public int ehelm = 0;
Public void changehelm(int num){
//changes armor and variable
Ehelm = num
}