I was doing so good - just wanted to make a game for my kids for Easter - they win - tells them where their basket is…anyway, I was doing really good and I deleted something and it’s all been downhill. Please help.
… So what is actually broken?
I’m not sure. Whenever I try to test it immediately kills the player. There are error flags everywhere.
What is an “error flag”?
If you are not sure why your player is dying immediately, find the piece of code that is responsible for killing the player, and add a Debug.Log statement. You will get a call stack, and this should help you in working out what is killing the player.
Sorry this is my first time. I am just using the LEGO mod as I have time restraints. I have customized it. Everything was working, but then I went to test and as soon as the game starts the player dies immediately. In the console tab, I am getting little red flags saying I have errors. I don’t know how to fix them. Trying to find someone to pay who can help. Need it done by Saturday.
Also, I don’t even know where to find the code, how to add the statement or receive a call stack. Literally, just started. I am a web developer, not a game developer, so this is different. I am sure I will catch on, just don’t know where to look.