WorldToScreenPoint or BillboardGui?

When should I use a regular GUI with WorldToScreenPoint or a BillboardGui?

Gonna need to know what you’re intending to achieve. They both can be used for many different things.

1 Like

An objective area on the map.

I’m using world to screen point for player name tags/head tho.

For an objective area on the map you’d probably want to use a ScreenGui object, so you can easily display the direction on the edge of the screen when it’s not on screen.

3 Likes