#module script not working

6 messages · Page 1 of 1 (latest)

pearl copper
#

module script is not working

brave viper
#

Activate() Doesn't exist

pearl copper
#

but also how do i fix this

#

or do how i call the function without referencing the activate part

brave viper
#

The error "attempt to call missing method" generally occurs when a program tries to call a method (or function) that doesn't exist or is not defined in the current scope. This is common in object-oriented programming languages, scripting languages, or APIs where a method name is misspelled, removed, or not available due to scoping issues.