How to make this?

Help me to do the same, so that as in this video, I mean that they are circling in a circle, I really need it now, if there is a tutorial or something like that, give it to me. I really need your help

robloxapp-20210216-1911361.wmv (1.5 MB)

You could do that you make them into a model, set a primary part and then rotate that.

local yourModel =  <-- where is your model

while wait() do
yourModel:SetPrimaryPartCFrame(yourModel.(your primary part here).CFrame * CFrame.fromEulerAnglesYXZ (-0.1,0,0))
end

Ok I’ll try it now and tell you