Ben10Tam
(tamzino)
December 29, 2023, 4:28pm
#1
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
AltFoxRR
(foxoffun48)
December 29, 2023, 5:28pm
#2
Check the Players tab
and make sure respawn time is set to something not that big, and that this is checked:
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
MaybeHoshi
(BarelyHoshi)
December 29, 2023, 5:50pm
#3
is it a local script?
looks like something a local script would do.
Ben10Tam
(tamzino)
December 29, 2023, 7:15pm
#4
all of the scripts are normal scripts
Ben10Tam
(tamzino)
December 29, 2023, 7:16pm
#5
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
AltFoxRR
(foxoffun48)
December 29, 2023, 7:27pm
#6
Yeah, try to make a longer respawn time. Not exactly sure about the problem causer though.
1 Like
MaybeHoshi
(BarelyHoshi)
December 29, 2023, 8:50pm
#7
oh, i got zero idea then.
i’d say it’s lag then.
Is this a player or is it a model?
Ben10Tam
(tamzino)
January 1, 2024, 7:54pm
#9
A player’s character, every once in a while their old dead body just doesn’t get removed