Hello guys, i wanna know how can i disable humanoid's death because when player die my guis going to starter possition(i made tween so when people join they going on screen) this is what i tried ~~~~~~~~~~~~~~~~~ local char = script.Parent local hum = char:WaitForChild('Humanoid') hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false) ~~~~~~~~~~~~~~~~~ a script(not local script) in StarterCharacterScripts anyway for some reason its client sided so when players dead their body not respawning and they just are like ghosts(on my screen i only see their dead body, on their they are not dead so can walk around without i see them) Can someone please help me to fix that or tell me different way?