Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I destroy a Humanoid's Character after it died?

Asked by 8 years ago

I can't seem to get rid of the Humanoids body parts. I got this:


script.Parent.Humanoid.Died:connect(function() HumanIntel.Stop() wait(5) game:GetService("Debris"):AddItem(script.Parent,5) end)

but it doesn't work.

0
is the script inside of the character and is it a local or regular script? Kryddan 261 — 8y
0
Inside the character and its a script GeezuzFusion 200 — 8y

1 answer

Log in to vote
0
Answered by
Edenojack 171
8 years ago

Are you trying to use ragdoll script? If so, this need to be placed into the ragdoll. If not, then look at if ~~~~~~~~~~~~~~~~~ HumanIntel ~~~~~~~~~~~~~~~~~ is correctly defined, and look to see if you're character is being auto spawned. (This is when the Character is spawned in after 3 seconds.) If the character is being autospawned, then Character Model will automatically be removed.

Alongside this, if the Humanoid Model is not a player, see what kind of script it has inside it, local or script?

0
its a script GeezuzFusion 200 — 8y
Ad

Answer this question