Is there a way to create an arc of ImageLabel objects around a central ImageLabel object?

I’m currently trying to make a Cookie Clicker type of game, and I’m having a bit of trouble with generating one specific graphic.

In the image below:
image
Notice how there’s a bunch of little cursor images in a partial ring around the cookie.
Is there a way I can generate something similar to this effect in Roblox, with ImageLabels on a ScreenGui?

Any help is appreciated, thank you!

Ye sure!
Test this one, i think i dodn’t mess up anything
dev.rbxm (5.8 KB)
Paste it into startergui :slight_smile:

Yes, thank you! This works perfectly! :smile:

I’m going to mark your file as the solution.

Thanks!
Also remeber to don’t use pixels in your own game, it’s important! Use scale instead

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