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

How To Make The CameraSet On Entered then return to original after amount of time?

Asked by 9 years ago

I want to make the camera set in a certain position then goes back to normal after a certain amount of time..i'm not all that good but here is what i tried. I really dont know but i tried

onEntered
Game.Workspace.Camera Position(190,20,10)
wait(16)
Game.Workspace.CameraMode="Original"

Answer this question