Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Camera = workspace.CurrentCamera
- local Views = workspace:WaitForChild("Views")
- repeat wait()
- Camera.CameraType = Enum.CameraType.Scriptable
- until Camera.CameraType == Enum.CameraType.Scriptable
- Camera.CFrame = Views.ViewMain.CFrame -- Change to ur starter cam of the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement