Hello, Im trying to achieve those little lines (frames) that reach from a Vector3 position to a udm2 position.
I really dont know how to even start this. Thanks for any responses!
1 Like
to start, you can use Camera | Documentation - Roblox Creator Hub camera:WorldToScreenPoint()
to find a vector3 position on the screen, and you can try searching up how to make a line between two GUI points since there’s a couple of dev forum posts about it.
1 Like
Thank you, I didnt know such a function exists. Thats exactly what im looking for
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.