*SOLVED* How to "Anchor" GUI to moving Camera

So im making a platformer and the camera is focused on the player and I tried using the anchor behavior but the GUI Just went everywhere and I don’t know how to “Anchor” GUI to a Moving camera.
Would be awesome if you guys help!

Do you use a separate layer for the GUI?

1 Like

Create a layer specifically for your Gui, then add Anchor behaviors for you Gui objects.

1 Like

Thank you so much for this!