Current implementation for showing/hiding player's slab is changing its localScale from 0 -> some value, and from some value to 0. This doesn't seem like a good thing to have in code 🗡️
We should fix this later
GameObject.FindGameObjectWithTag("PlayerSlab").transform.localScale = new Vector3(1.5f, 0.2f, 0);