I have a particular model that I want to appear(perhaps cloned from lighting) at a certain position when I click a button. I know how to position a part, but how would I position a model? If you need any other details I'd be happy to oblige. Thanks!
Do your research before coming here! Looking up models on the wiki would have given you easy answers!
Use MoveTo or SetPrimaryPartCFrame.
The MoveTo method is easier to use because you don't have to have a primary part, but it does not preserve rotation, as you must give it a Vector3 for the argument. In addition, it will automatically move itself above any obstacles, since you're using Vector3.