Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can anyone help me reveal the player's location through walls?

Asked by 1 year ago

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.

0
Set the GUI to AlwaysOnTop LikeableEmmec 470 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

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"

0
Genius! Thanks KarateKid147 4 — 1y
Ad

Answer this question