COMMUNITY FORUM

LUA Error

Forum Overview >> Scripting

CategoryScripting
Created20.04.2025 05:19


Joe West (TBG88) 20.04.2025 05:19
Hello, I have the following LUA Error and am not sure how to resolve..

script/Rideable.lua:308: attempt to call a nil value
script/Rideable.lua:472: attempt to index nil with 'setAngle'
/script/Rideable.lua:924:attempt to index nil with 'currentGait'

I believe the # refers to the line in the lua script ? If so they are as follows.

308 - spec.collisionMask = getCollisionMask(self.components[1].node)
472 - local spec = self.spec_rideable
924 - if not self.isServer then


Note: Log in to post. Create a new account here.