Tracking Objects through StarterGUI

Alright so, I want to make some sort of navigation GUI to the player but also track objects in workspace and map them on the player’s view.

What do I mean by that? Galaxy, a game on roblox has had this feature for years.


It can label physical landmarks through UI such as Silicate ore to mine.

How can this be done without BillboardGUI?

Use Camera:WorldToViewportPoint().

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.