Im making a admin panel and I need a button that makes the local player invisible so I won’t get noticed, I’ve searched thru dev hub but only see scripts that make all other players invisible except for me, I need the exact opposite of that making my character invisible to other players but visible for me, I currently don’t have any idea on what to do since I think only few people uses it, if you have any idea please help me thank you
1 Like
You can use a script that makes your character invisible for everyone, including you. Then in a LocalScript, make your character visible. The changes won’t be seen by other players.
3 Likes
Make a server script that can detect when you spawn, and sets your body parts transparency to 1. Then just run a local script that will make your transparency 0 again.