diff --git a/velocity_adjustments/lua/autorun/server/velocity_adjustments.lua b/velocity_adjustments/lua/autorun/server/velocity_adjustments.lua new file mode 100644 index 0000000..12ccbb3 --- /dev/null +++ b/velocity_adjustments/lua/autorun/server/velocity_adjustments.lua @@ -0,0 +1,6 @@ + +local perf = physenv.GetPerformanceSettings() +perf.MaxVelocity = 4000 * 2 +perf.MaxAngularVelocity = 7200 * 2 +physenv.SetPerformanceSettings(perf) +