`I was watching the tutorial of brackeys and I was following the tutorial. When the part where he teaches killzones arrived, I made a killzone as he said and linked it the way he said. But there was an issue with the killzone so I deleted it. I then Ran the game without a killzone and all of a sudden my character is stuck mid-air and I can’t even do anything. I checked the scripts, the node tree and I just do not know why.
Hard to tell without seeing the full script, but I think you’re stuck in a respawning cycle. The level keeps on resetting so it looks like your player is stuck in the air not moving.
Try adding a print statement to your ready function to see if the level keeps on resetting!
Hey! Yeah I’ve all that but didn’t work. Later at that day I deleted the player scene as a whole and re-did it, it seems like it fixed the issue. I got confused and frustrated since it’s my first time with this. Thanks!!
Good one,… next time though, try sharing the code involved with the issue so that developers can help you out. Otherwise, we can’t help you, because we lack info.