Hi, I have changed a players display name and it used
player.SendNetworkUpdateImmediate();It changes the name everywhere other than the players name tag.
https://imgur.com/a/91Sl5Xa
Does anyone know how to get that name tag to update?
Hi, I have changed a players display name and it used
player.SendNetworkUpdateImmediate();It changes the name everywhere other than the players name tag.
https://imgur.com/a/91Sl5Xa
Does anyone know how to get that name tag to update?
Try to use it.
player.Teleport(player.transform.position); Arainrr
Try to use it.
player.Teleport(player.transform.position);
This didnt work for me.
Try sending a network update to the player viewing the name.