#Attempt to call a nil value
1 messages · Page 1 of 1 (latest)
i THINK you're putting nil as an argument for something?
that might be it
you can always just check the script and line its happening on and see whats wrong with that line
its also possible you have a renderstepped going on without returning anything and just letting it play
you most likely have an undefined variable, setting it up in a certain circumstance but your not telling the loop to return unless the variable is defined
i could be wrong though, so take this with a grain of salt
If not fixed, mind if we see the code?
means you're trying to call a nil value, for example "someFunction()" if it errors here it means "someFunction" is nil
nevermind its a different issue
its happening in new test places
with no scripts or nothing
might be to do with my plugins
it was yeah