#random
1 messages · Page 1 of 1 (latest)
because you set the random to be 0 to 10
on both axis, so it always goes in diagonal the same way
you should make it -10,10 if you want to make it fly randomly
and not use a variable for random as it stays the same for both axis
basically just
Vector3.new(math.random(-10,10), 20, math.random(-10,10))