Trying to cause a screen-shake, but it only shakes once?
1 | wait() |
2 | camera = game.Workspace.CurrentCamera |
3 | while true do |
4 | camera.Focus = camera.Focus + Vector 3. new( 2 , 2 , 2 ) -- It only does this? |
5 | wait( 0.1 ) |
6 | camera.Focus = camera.Focus - Vector 3. new( 2 , 2 , 2 ) |
7 | end |