#does anyone have any actual idea how to use modules properly?

3 messages · Page 1 of 1 (latest)

next trellis
#

I want to understand modules but as hard as i try I CANT

tiny drum
#

you can use them for splitting stuff in to diffrent areas
also they are usefull for communication between scripts, because you can send data between them

a Module can require another module

you dont need big tables/functions in your main script
that keeps it clear

#

also multiple scripts can use the same Module