Advertisement
TheUnknownDiscord

funny camera

Sep 2nd, 2021 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. local currentCFrame = workspace.CurrentCamera.CFrame
  3. local rollCFrame = currentCFrame * CFrame.Angles(0, 0.2, 0)
  4. workspace.CurrentCamera.CFrame = currentCFrame * rollCFrame
  5. wait(0.1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement