How to create Loading Element with Tweening instead of a sprite sheet

I want to create this loading element animation, but I don’t want to use a sprite sheet. Any solution using tweening or Roblox animations? Thanks!image

1 Like

Make a image with a (smallish) white ball on the right side of it, simply rotate it to get that spin effect. The ball you want to move would just tween back and forth. (also you’d have to tween the color of the balls as they rotate)
This would majorly be just a long list of tweens that get looped over and over again.
TestBall
This is a image with a ball on it’s right side, so when you rotate the image it spins the ball. You could use this or make you’re own if you wanted that shadow effect that’s on there. (Image needs to be white for obvious reasons)

1 Like

I’m a bit confused on the rotating part and how to go do that.