#why TweenService won't change my textLabel X position?
1 messages · Page 1 of 1 (latest)
why TweenService won't change my textLabel X position?
when I use a specific number instead of math.random it works and sends the textLabel to the desired X position
pretty sure math.random only takes whole numbers
really???
you can't random between 2 decimals
you have to do it the other way
math.random()*0.6-0.3
wha
