Random dead characters

Hi, please could someone help me out, there are sometimes dead characters just stuck in random places and I’m not sure how to fix it


Does anyone know what the cause of this could be?? The issue happens for other people too and it’s been like this for months.
This is my kill script for all the kill bricks and I cant figure out whats wrong

script.Parent.Touched:connect(function(hit)
	if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
		hit.Parent.Humanoid.Health = 0
	end
end)
2 Likes
  1. Check the Players tab
    image
    and make sure respawn time is set to something not that big, and that this is checked:
    image

  2. After you have checked that, maybe make a script for the player in StarterCharacterScripts that checks if they die, then remove the dead body.

This doesn’t seem to be anything with your kill script.

2 Likes

is it a local script?
looks like something a local script would do.

all of the scripts are normal scripts :confused:

image
The timer is on 1, should it be a little higher maybe?

I will try the second point too but I think it might be client sided not sure

Yeah, try to make a longer respawn time. Not exactly sure about the problem causer though.

1 Like

oh, i got zero idea then.
i’d say it’s lag then.

Is this a player or is it a model?

A player’s character, every once in a while their old dead body just doesn’t get removed