Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. nice_camera = game.Workspace.CurrentCamera
  2. switch = 1
  3. switch2 = -1.01
  4. game:GetService("RunService").RenderStepped:connect(function()
  5. switch = switch * switch2
  6. if switch > 10 then switch = 1 end
  7. nice_camera.CoordinateFrame = nice_camera.CoordinateFrame * CFrame.new(switch,switch/1000000000,switch/1000000) * CFrame.Angles(0,0,0)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement