How to make something invisble to local player but make it visble to other players?

My game is locked in first person mode and I want my backpack to be invisble to the local player but visible to other players. same goes to the other player, They can see other players backpack but not their own. I am not very advanced at Lua so please help me. Thanks !

Any modifications you make to the instance will only be seen by the client (LocalPlayer)

So if you set the backpack’s transparency within a LocalScript environment, other players should not see the change.

1 Like

In better terms, simply use LocalScripts to make client-only modifications, as they only affect the player that it’s parented to.