--https://discord.gg/eTHyrcqXcA --[[ made by elysium (Aka stack) join in https://discord.gg/eTHyrcqXcA for more open source🤑 ]] getgenv().Recoil = true task.spawn(function() while getgenv().Recoil do for _, v in ipairs(workspace.CurrentCamera:GetDescendants()) do if (v.Name == "RotationDampen" or v.Name == "PositionDampen") and v:IsA("ValueBase") then v.Value = math.huge end end task.wait(1) end end)