Postby Emral » Fri May 08, 2020 12:39 am
Dont copy the code. I recall MrDoubleA's notes in the download said how to handle the costume when choosing not to import it into basegame:
require("costume")
If you did put it into the costumes folder in basegame, do this instead:
local playermanager = require("playermanager")
playermanager.setCostume(CHARACTER_MARIO, "literalnameofthecostumefolder")
As for the error message: that's a warning. Read the bit in red. You have two onStarts in your file, which is invalid.
Apologies if I got any code wrong here, difficult to double check on mobile.