I’m having trouble loading this module.
I’m trying to make the module run after touching a badge-awarding brick, but I can’t get it working, I’m not that familiar with modules as is.
I’m having trouble loading this module.
I’m trying to make the module run after touching a badge-awarding brick, but I can’t get it working, I’m not that familiar with modules as is.
Module scripts don’t run in their own, you need a regular script to call the module.
I would assume that there’s a function in the module that can be called.
You probably put this function call at the end of the .touched event that I’m assuming your using for the badge giving brick.