How do you make something like this with billboardguis because I’ve searched for hours and asked chatgpt to make it but nothing good comes up. Here is an example of it in another game
btw this game is frontlines but please someone tell me how to make
local camera = workspace.CurrentCamera
local worldPoint = Part.Position
local vector, onScreen = camera:WorldToScreenPoint(worldPoint)
local screenPoint = Vector2.new(vector.X, vector.Y)