So I was working with gui that shows for certain teams which thankfully works. Now I want to make gui show player’s nick which clicked part. Everything I done so far didnt work so I started from the beggining. How can I achive that?
You should make a RemoteEvent that happens when a player clicks a part, you can do it with a clickdetector in a local script. And when the server receives that you clicked the part, it will FireAllClients(part, whoClicked) and tell them to change their gui’s with those attributes
2 Likes