How come there is self: a when I didn’t define it when I made the function? (bottom image)
This is my first time using Module Scripts.
![]()
How come there is self: a when I didn’t define it when I made the function? (bottom image)
This is my first time using Module Scripts.
![]()
your using a . to call the function on the local script and a : on the module function, just switch the . to a :
Oh, I didn’t notice that, thank you, a simple type error ![]()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.