- Joined
- Mar 7, 2016
- Messages
- 4
- Reaction score
- 1
- First Language
- English
- Primarily Uses
I am currently having an issue with the math.random function in mv, it will only return 0s. I am using Math.floor(Math.random(10)) +1 in an attempt to make something work 1 in 10 times however it will only return a 1, if I remove everything but Math.random it will return 0.xxx but never a number above 0. Am I misunderstanding the use of this function? Is there some way around this or another function I can use to get a random result?
Edit: thank you that worked.
Edit: thank you that worked.
Last edited by a moderator:

