Bodyvelocity going only in one direction

  1. What do you want to achieve? Keep it simple and clear!
    Add “Spread” to the body velocity so it doesnt look so odd

  2. What is the issue? Include screenshots / videos if possible!
    The bodyvelocity even though all values are random(1,15) they all group up in one direction
    image

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Yes, None have really helped at all

This has to be

math.random(-15,15)

Else it’ll always be positive and go to +X and +Z.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.