Hi guys, Is there any scripts I can use to flip a model like a mirror would? For example, is there any way I can scale the model by -1 about the y-axis. Thanks a lot.
I found a really cool mirror script a while back made by Wingman8. Using it is different than just simply putting the script into the place so I'll give you some instructions on how to use it:
First of you'll need to grab this model and open it up in Roblox Studio. Next you'll need to copy the contents of the script into a program such as notepad. Now execute the script by clicking on Tools > Execute Script in Roblox Studio. You can now use the command _G.reflect in the command bar to call the global variable.
Now that you have this all done, it's time to put together the set-up so the command will execute properly:
Group together the parts you want to mirror in a model. Create a new part to be the plain of symmetry/the mirror. Make sure that the front side of the part is facing towards your model and the top side is facing upwards. Select both the Model and the mirror and then type _G.reflect in the command bar.
You should see a mirror image of your model on the other side of the mirror. If you experience any problems, leave a comment and I'll try to help you further.