Code: Select all
player.joint:setCollideConnected(false)
[string "objfactory.lua"]:64: attempt to call method 'setCollideConnected' (a nil value)
But if I use it without the parenthesis:
Code: Select all
player.joint:setCollideConnected
Syntax error: [string "objfactory.lua"]:65: function arguments expected near 'player'
The joint is being created correctly. I can use the rest of the methods in Joint, just not that one. And getAnchors, I think that doesn't work also.