first time using modulescripts, im trying to make a dialogue system but cant seem to get the table from the module script and just get this error
#cant get table from module script
4 messages · Page 1 of 1 (latest)
The module script has to be required before a script can read the table inside of it
requiring a module means the code inside starts running and actually makes the stuff inside “exist”
ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh