How do i make a working RNG when i do something

for example, i want an enemy to drop something that has a 1/5 chance how do i do that

1 Like


It’s actually possible to make a chance to drop, You can change the first random number to between 1 and 5, and second random number is replaced with a “1” digit.

You can also refer to the topic

3 Likes