GUI appearing over a part

  1. What do you want to achieve?

    I would like to make a GUI that appears at a part. Not a BillboardGui.
    This is a picture of a landmark from the game jailbreak.

    image
    This Gui shows where the Gas Station is. The gas station visible in the back.

  2. What is the issue?

    Well, I don’t really know where to start at making this.

  3. What solutions have you tried so far?

    After searching a little on the Dev Forum I got no results. I have already tried using a BillboardGui, but there are some issues with TextButtons on mobile.

1 Like

Watch this, this is basically a marker system like show there, if it’s out of frame an arrow appears next to it and if it’s in frame the arrow disappears.

3 Likes

You can still use a BillboardGUI but you should set the AlwaysOnTop property to true.

2 Likes

I have already tried this and it doesn’t work. For some reason the when you click a TextButton on a BillboardGui it does not work.

1 Like