Basically need ideas as how i could achieve the following

What I want to achieve :-
Example
(so basically I need help on how i could achieve such a 3D Gui thingy)

It would be great if i get some ideas on how I could achieve this.

My personal idea was:-
(maybe making a billboard gui thingy, I cant frame it in sentence)

Thanks,
The Spikey Man

also I didn’t know in which category to put this into, so pls help me with that.

The best way would be workspace.CurrentCamera:WorldToScreenPoint(). You can use billboard GUI if you want a static GUI, however if you want the GUI smoothly moving on the screen, WorldToScreenPoint would be your best choice. Simply get HumanoidRootPart/Torso/Head, whatever point on the screen and offset it.

intresting I will check that out.