Thanks for helping me so quickly:D
you helped me a lot
I tried to make a random number, but I get that error.
awake(){
var ran = new RNG('w');
Sup.log(ran.random(1,10))
}
Is there something wrong with my code