#Anyone know how to fix attempt to call a nil value
11 messages · Page 1 of 1 (latest)
one of your component module's .new() constructors returns nil, and when you're attempting to call the function .Init() on the nil value, it errors
it sounds like im just repeating the error message, because I am, there's no better way to explain it, it already tells you everything you need to know
oh
:new() 💀
and also another thing is, you have to call :Init() instead of .Init(), it wont fix the error cus its unrelated, but its still a problem