Help on 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.

image


image

your using a . to call the function on the local script and a : on the module function, just switch the . to a :

2 Likes

Oh, I didn’t notice that, thank you, a simple type error :skull:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.