Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to make a part an animation?

Asked by 10 years ago

For example, I want an rocking chair, with an woman rocking on it tooo...Is it possible?

2 answers

Log in to vote
0
Answered by
duckwit 1404 Moderation Voter
10 years ago

Yes, it is possible. Use some Weld objects and animate the C0 and/or C1 properties in a loop.

For example, weld all the parts of your chair to an invisible 'base' part and then adjust the CFrame of the base part backwards and forwards to make it 'rock'.

0
By weld, you mean an script that welds it all together? MysticalMod 0 — 10y
0
Use a script to weld all the constituent parts of your model (everything that makes up the chair and woman) to one single base part, then just adjust the CFrame rotation of that one part and everything else will rotate. duckwit 1404 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Of course it is possible, it is only limited by your ability.

I would probably use welds to weld the chair and woman together. Then I would use body objects do change the rotation of the chair. It might be a little tricky to get an authentic look though.

Answer this question