Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local currentCFrame = workspace.CurrentCamera.CFrame
- local rollCFrame = currentCFrame * CFrame.Angles(0, 0.2, 0)
- workspace.CurrentCamera.CFrame = currentCFrame * rollCFrame
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement