Hello! I would like to create a system similar to the one in Electric State DarkRP, where the player uses a tool called SpyWatch, which allows the player to become globally invisible to other players, but with a transparent glass effect for themselves to have feedback on their own position.
I’m not really sure that this effect occurs on the ClientSide, but I admit that my scripting knowledge is very limited, and I tried replicating it with AI but didn’t get proper results. I want to understand how this system is applied and do something similar.
Here is an example, the GIF is a cut from a video of this guy: Video Link
When the stop watch is activated the player is turned to the glass material on client and made transparent. An event is fired to the server and the server fires an event to the other clients telling them to make the player invisible.
You don’t need to fire to every single other client, just yourself.
When the tool is activated, on the server change all your character’s parts’ transparency to 1, then fire a remote from the server to the tool holder’s client and then make all the basepart materials forcefield (or glass) and transparency back to transluscent