So I having this error "Division By Zero in operator '%'", my intention is to get the quantity of children nodes and using them as a parameter to randi
extends Node
func create_meteor(value):
return get_children()[value].duplicate()
func random_meteor():
return get_children()[randi()%get_children().size()].duplicate()