I’ve got a pretty basic projectile that’s supposed to represent a bullet in flight. I don’t want it to bounce, but when I disable “should bounce”, for some reason it just crawls along, barely moving a few inches before its lifespan expires.
Does anyone have any idea why this is happening? I don’t see why ShouldBounce would affect the speed of the projectile.