Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Info:
- Script type: local script
- Script parent: game.StarterPlayer.StarterPlayerScripts
- Help:
- Replace the line of code marked as "Configure" with the part and cframe you want the part to go
- --]]
- local camera = game.Workspace.Camera
- camera.CameraType = Enum.CameraType.Scriptable
- while wait() do
- camera.CFrame = game.Workspace.CameraPart1.CFrame --Configure
- wait(5) --Time before next thing, seconds
- --You can copy and paste the code after the while wait and before this to make the cam tp to another place
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement