#module script not working
6 messages · Page 1 of 1 (latest)
Activate() Doesn't exist
isnt that the name of the function
but also how do i fix this
or do how i call the function without referencing the activate part
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.