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

How do I rotate and move a model?

Asked by 10 years ago

How do I make a script that can rotate or move an entire model all at once instead of moving or rotating one part? I could really use this for animations and other stuff. I only know a little more than the basics so just enter a script and tell me how it would work and how to add more parts and less parts for it to move in the script.

1 answer

Log in to vote
0
Answered by 10 years ago

The easiest way to rotate or move a model is

Model:TranslateBy()

Search on the Wiki about this Method and learn how to use it ;)

0
Thanks! :) flamenathan327 20 — 10y
0
I read about it now and it was actually easy to learn, all I had to do was look at the example to understand it XD flamenathan327 20 — 10y
Ad

Answer this question