GUI Movement along 2 coordinates

I believe you’re looking for this:

Here’s the link to the devforum post: [Advanced UI] Introduction to 2D Animations

Basically, “stack” the tweens. In your case, I’d imagine a structure like this:

  • FrameOuter (fully transparent)
    • FrameInner (contains your image/logo/whatever)

FrameInner is tweened to move infinitely left/right with Sine easing at 0.5s duration
FrameOuter is tweened to move infinitely up/down with Sine easing at 1s duration

1 Like