I want to rotate the rocks.
![image](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/8/7/f/c/87fccee5bd052ac2b5835627721916dcb576de3f.png)
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](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/0/f/c/8/0fc8fd3a237609db5671f751ad032c352d908dd6.jpeg)
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
astraIboy
(The Batman)
#2
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?
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.