I'm making a game like the Sims, and I need help to make the camera view change to like how it is in studio mode. Would I just use "LockThirdPerson"? Im not sure, but it would be greatly appreciated.
You cant change how it is in studio very simply. You would need some scirpts.
For starters you would need:
game.CurrentCamera.CameraType = "Scriptable"
^ in a localscript
You would also need to make your controls move with the keys w,a,s,d
use the keydown event in the mouse