How to make a loading swirl?

The question is very simple. How to make a loading swirl that is applied as a GUI object; usually shown in simulator games when a players data is loading.

I want to know how to make a circular loading swirl shown here:

2 Likes

use a swirl image with a transparent background, import it into roblox, and rotate it with tweens

2 Likes

just rotating that image will give off the swirl effect

1 Like

Just make it rotate using TweenService or put in loop.

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