so i have two variables I want to use:
local desired_amount = 4--how many parts i want to place around the target part
local distance = 5--distance away from target part to be placed in studs
so in this example, i want 4 parts to be placed around a targetpart in a circle formation.
my main problem is the math behind properly position the parts along a circle formation, I know I need to use distance as radius from the center(target part) and something with math.pi
I am really struggling with wrapping my head around this and I cant find any resources on google