How i could make a wobbly gui effect

i need help to make an ui effect like this video using guis Recreating Metroid Prime's HUD Visual | Mix and Jam - YouTube in the 3:51 minute he doesnt explain too much and i have no idea how to make this pls help

The way the guy does it in the video is by lerping the angle of the helmet according to the position of the mouse on the screen.
A way you could implement this is by lerping the position of your GUI with accordance to the position of your mouse. Then run that using the RunService to constantly update.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.