How to make those "circles" around the towers? ( the picture )

I always wondered, how to make those? Especially making them spin. Do I use tweening? Beams?
Screenshot 2022-02-04 at 12.24.30 PM

1 Like

It is most likely a SurfaceGUI just above the ground, tweening either the ImageLabel’s rotation or the Adornee part’s CFrame

2 Likes

Yes, but sometimes they can do a gradient effect kind of like a light source that shines up from the surfacegui image, kind of like this
Screenshot 2022-02-05 at 2.58.01 PM
I don’t think that’s a surface gui

The first one you posted probably is rotating a surfacegui. But the second one however
can be achieved by using 2 beams and two attachments
beam A:
Part0: attachment1
Part1: attachment2
vice versa with beam B
then i’m pretty sure there’s a transparent gradient texture that can be applied to both beams to make it look like a gradient circle.

1 Like

Sorry I don’t really get why I need two beams, I only need one beam that connects the upper attachment and the lower attachment on the ground?

Beams go in a straight line/arc from attachment 1 to attachment 2. one beam is not enough to make a perfect circle as far as i remember. I saw a video on how the beams that you posted exactly are made here.

1 Like