Hello Developers,
I am looking to create a system that allows a murderer to track a player's location.
I have made a script to clone a billboardgui to the player's head so that they can be seen.
However, the player can't see the GUI through walls.
Is there any way to fix this, like in games such as Flee the Facility or Notoriety?
Thanks.
If you really choose to only use a GUI, then set the BillboardGUI property "AlwaysOnTop" to true.
Otherwise, use a highlight object on the player and set the depth mode to "AlwaysOnTop"