How do I script something so it makes a body appear after they died

I need some help to figure out how to script bodies after death

I have researched it for a while and I cant figure out how to do it

1 Like

You may need to make a clone of the victims character, since roblox deletes the character after a certain amount of time

In my game I copied the players character and placed it inside workspace.
Archivable needs to be set to true on the clone since you won’t be able to do anything with it otherwise.

Having a ragdoll script beforehand would help with it being a body and not a pile of body parts.

4 Likes

Ok, thanks for your suggestion