You could start by placing prints in the init() functions like:
function init(self)
print("platform.script init running.")
end
Do that for each script. That will tell you if each script is set up with a component properly and is running.
You could start by placing prints in the init() functions like:
function init(self)
print("platform.script init running.")
end
Do that for each script. That will tell you if each script is set up with a component properly and is running.