I’m making a movement system in my game that lets the players do acrobatics and gain velocity. I’m using a module to have a function in that is supposed to be accessed through a local script, but for some reason it says that argument 2 is missing or nil, when It Is not.
Never mind, found a solution.
All I needed to do was remove the parenthesis from moves
.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.