Advertisement
Animescapetower

erm

Mar 23rd, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while true do
  2. wait()
  3. workspace.Camera.CFrame = workspace.Camera.CFrame * CFrame.Angles(0,
  4. 0, math.rad(math.random(-1,2,
  5. 3,4) * 0.0025)) + Vector3.new(
  6. math.rad(math.random(-1 * 2, -3 * 1) * 0.05),
  7. math.rad(math.random(-0.1 * 0.01, -0.3 * 0.01) * 0.05),
  8. math.rad(math.random(-0.03 * 0.01, -0.03 * 0.01) * 0.05)
  9. )
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement