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
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
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.
Ok, thanks for your suggestion