I am building a small vent fan and wasn't sure if it was possible to create a script that would slowly spin the all of the bricks as a group so that the blades would actually move, rather than each brick spinning separately on its own axis. Can someone help me with this? Thanks.
This can be done using the :SetPrimaryPartCFrame() function for models, which can be found here on the wiki. Assuming you have an understanding of basic CFraming this should be no problem understanding.