I want to add an event listener to a group that is returned from outside the file and is required like so:
local groupThatIwantToAddEvent = require("script")
and then i want to add event listener, but it gives me this error:
?:0: attempt to call method 'respondsToEvent' (a nil value) stack traceback: ....
Thanks for help !