Create a GUI Similar to this (Video Example Provided)

So I was wondering how to create a GUI similar to the one in the video below, the main part I was wondering about is scripting the camera to move around the 3D environment depending on the mouse position and the GUI selection part’s its self, what kind of GUI to use (Surface, Billboard, or normal screen GUI). I know my question is a bit vague, so feel free to ask questions.

1 Like

The first part is a Billboard GUI and the second GUI is a screen gui. Im fairly certain its a small map that appears larger due to the camera manipulation. I may be totally wrong though. For moving the camera, i would just check to see if the player mouse is on the left or right then move the camera whatever direction.

1 Like

Yeah, I figured a billboard GUI would be used, one thing, however, is the camera manipulation when moving the mouse, got any links that have examples of this? I’ve never really done anything similar.

Well they use the same system in bloxburg building.

There is this video by how to roblox:

If you watch the explanations, it shows how to make the camera move. Timestamp is around 3:15

1 Like