Advertisement
Plus_Gaming

Camera Teleport

Dec 4th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --[[
  2. Info:
  3. Script type: local script
  4. Script parent: game.StarterPlayer.StarterPlayerScripts
  5. Help:
  6. Replace the line of code marked as "Configure" with the part and cframe you want the part to go
  7. --]]
  8. local camera = game.Workspace.Camera
  9. camera.CameraType = Enum.CameraType.Scriptable
  10. while wait() do
  11. camera.CFrame = game.Workspace.CameraPart1.CFrame --Configure
  12. wait(5) --Time before next thing, seconds
  13. --You can copy and paste the code after the while wait and before this to make the cam tp to another place
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement