Object Animation Help?

So I want it so when you press a button, a pair of scissors close. I have the scissors (which I made in Blender) how could I animate them to close? Would I rig it? Should I make it 2 separate objects and move them using script?

Thanks in advance

use Transform.LookAt script . with this , scissors always look at a game object . see more about it in this link .

then use Transform.Translate to move your scissors forward . see more about it in this link .