RandBoolRandBool#Syntax: RandBool() bool.Randomly select one from true or false:grand.RandBool() // => falsegrand.RandBool() // => trueCopy