Trying to cause a screen-shake, but it only shakes once?
wait() camera = game.Workspace.CurrentCamera while true do camera.Focus = camera.Focus + Vector3.new(2,2,2) -- It only does this? wait(0.1) camera.Focus = camera.Focus - Vector3.new(2,2,2) end