I saw this code “GetRandomInt” in the verse documentation saying it generates an random integer but I’m getting red lines when I try to use it.
I saw this code “GetRandomInt” in the verse documentation saying it generates an random integer but I’m getting red lines when I try to use it.
You can hover your cursor above the line so you can see the error
It asks you to add this line at the start of your code
using { /Verse.org/Random }
Thanks!