Bullet spread on Run

Shanmukh

Member
when walk shoot weapon Bullets are spread very high. how to control it. when the speed change active it spread very high.
 
The bullet spread is controlled by the "Spread" parameter in the ShootableWeapon component:

1620810564988.png

You may also have state presets on the ShootableWeapon which modify the Spread value, so check for those too.
 
Top