Gui moving to part?

Hello, how can I make the gui sort of move and point to the object like in the video?


Thank you, in advance.

This should handle finding the direction on a 2d UI, to position it on the edge of the screen you would need to find a way to project this direction towards the edge of a screen.

Yep found a resource for it:

1 Like

this is also a good resource in addition to the ones above

2 Likes

That looks like a SurfaceGui to me, which will rotate/move (according to the camera’s perspective) with the BasePart instance that it is parented to automatically.

1 Like