I am having trouble with my rock module

I want to rotate the rocks.
image
I have tried looking on the devforum, but all they say is the algorithm to get the image on top.

I want it to be like this.
image

Here is the current equation I am using

math.sin(angle) * (Rocks / 2), math.cos(angle) * (Rocks / 2), 0

Rocks is how many rocks there are.

1 Like

Have you tried after creating all the parts putting them into a model, and then using :PivotTo() on that model?

Is there a way to do it without the model?

I have found a solution

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