Hi guys.
I'm o total noob beacuse i have a basic syntax error (which i don't know what this is).
:Syntax error: collisionmanger.lua:41'=' expected near 'order'
PLEASE HELP ME ASS FAST ASS YOU CAN
This is a script:
then
print("collide") In order
if firstObject.collide ~= nil then firstObject:collide(secondObject) end
if secondObject.collide ~= nil then secondObject:collide(firstObject) end
What is that? There is clearly a syntax error. Please start with some simpler programs first, so you will know the syntax rules of Lua program.
And please don't capitalize the whole sentence.