Roblox is spamming warnings about deleted player character after recent update

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to get rid of the warnings in red frame.

  2. What is the issue?

Hello, I have menu system in my game that deletes character player when joining and then respawns player’s character after pressing “play” button, I noticed that after recent update roblox console starts to spam these warnings when the player is not spawned, this did not do before, I also tried if this was caused by something other but even on earlier game versions where it did not do before it does this now.

I want to fix this without having to spawn player’s character, is there a way to somehow make console ignore this? Thanks, for replies, it is really annoying to fix errors when having to scroll through these warnings.

Do you have a script where you try to move the player using player:Move? Because that’s where your error is coming from.

Seems like not, maybe problem is somewhere else.
image

Only search for :Move. Also what script do you run when pressing the play button. Or when does the error appear?

Seems like there is few of them similar, in a way that there is Character:Move and not Player:Move.

This is the script that It plays out then pressing the “play” button.