Advertisement
Prokri43

Untitled

Jul 20th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
  2. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6.5,28.3,106.9)
  4. wait(0.2)
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(14,28.2,106.2)
  6. wait(0.2)
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10,28.2,106.2)
  8. wait(0.2)
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5.5,28.2,106.2)
  10. wait(0.2)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3,28.2,106.2)
  12. wait(0.2)
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1,28.2,106.2)
  14. wait(1)
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10.3,28.2,106.2)
  16. wait(0.2)
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-14.5,28.2,106.2)
  18. wait(0.2)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-17.4,28.2,106.2)
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  21. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement