Someone know how to do a formula Based In math.pi And Tween Service to Make All Parts rotate Smoothly In a Circle Form?
I tried something like this
local AmountOfParts = 5
while AmountOfParts, 1 do
local part = Instance.new("Part")
part.Position = amountOfParts + math.pi/part.Position
end
Artzified
(Artzified)
#2
I’m confused by what you’re trying to do, are you trying to make a circle with parts? or make a part orbit another part?
Artzified
(Artzified)
#4
Im assuming this is what you wanted, with some basic polar cordinates
Yes, why use math.pi instead of writing 3?
Artzified
(Artzified)
#9
3 is equals to rougly 171.887 degrees. but with the precision of math.pi, we can get to rougly 180 degrees.