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.
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 ;)