Hello. I would like to make a waypoint system that only certain clients can see based on their group rank.
I have already made a waypoint system with handles but when you enable it is visible to the whole server. Is it possible to make this system only visible to certain players?
The only thing I know is that I should take a client and not a server approach.
I’m not much of a scripter (I’m still learning everyday) but this seems that you could put the script under StarterPlayerScripts. Since StarterPlayerScripts are client sided and are parented to the player, it should do what you want. Of course you may have to edit the script to work under StarterPlayerScripts.
The thing is I have implemented a chat cmd so when the user types it, the waypoints will turn on or off.
Let’s say the waypoints are off. If a player that has a certain rank types it, the waypoints will turn on not only for him, but for the entire server.
I want to somehow make individual players see the waypoints. If let’s say there are 5 players in the game, I want every on of them to see the waypoints how they have chosen to. For instance, 2 of them can’t see the waypoints and the other 3 can see it.