Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Help with camera mode?

Asked by 10 years ago

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.

1 answer

Log in to vote
0
Answered by
Teeter11 281 Moderation Voter
10 years ago

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

Ad

Answer this question