Player invisibility

Is there a way to make a player invisible to other players but the player who is invisible, can still see themselves?

2 Likes

You’ll need a server script and a local script.

In the server script, turn the requester invisible.

On all the clients, set the requester’s parts to visible if the client is the requester.

There are probably a couple ways of doing this but I recommend reading up on Events/RemoteFunctions this way you are able to communicate to all the clients excluding the player that is going invisable.

thats a link that may give you a good starting point.

Best of luck to your project.