This changes the save/load logic so that it uses the built in duplicator.Copy and duplicator.Paste functions to save and load entities.
I did this because your library doesn't call all of the right hooks to properly duplicate one of my addons. If you use the duplicator library, this addon will be able to save entities from any other addon on the workshop that supports sandbox's duplicator or persistence mode.
I have left the old spawning code in so that all existing permaprops will continue to work.
Hi!
This changes the save/load logic so that it uses the built in
duplicator.Copy
andduplicator.Paste
functions to save and load entities.I did this because your library doesn't call all of the right hooks to properly duplicate one of my addons. If you use the duplicator library, this addon will be able to save entities from any other addon on the workshop that supports sandbox's duplicator or persistence mode.
I have left the old spawning code in so that all existing permaprops will continue to work.