What I’m trying to do is to have constantly updating avatar ‘statues’ after and before a map restore with HD Admin.
The issue I’m having is, yes, it works, but only at server startup, which I wouldn’t mind that much. However, when HD Admin starts, it has a default save map that runs before the avatar loading script does. So, later on if I restore the map, it removes everything from the avatar statues that have already loaded, and doesn’t reload them, making them blank avatars. Here’s the script I’m using (Black lines are just the names of the models, I blacked them out since they’re my friends’ names. Red lines are the userID’s)
I’ve tried to add a wait script to the savemap command, but that seems to not do anything at all. (This is where I was editing the script)
I’ve also tried moving the load character script into workspace, hoping the restoremap would remove then add back the script to make it run again, but that didn’t work either. Really been confused for a while.
(This is my first DevForum post, so sorry if it’s a bit sloppy.)