Why Isn't Character (Dummy) Not Saving

Hello! So i am using Load Character - Roblox this plugin and it spawns in the character name you type in. So i change make a change to it’s arm i SAVE roblox studio, i leave come back character arm goes back to normal position. But when i move a house in my world i SAVE come back, and save changes. I have tried making the player a model but when i spawn it back in it is normal character position. Thanks

–Starts Like This–

–Leave Roblox Studio, Come Back–
–It Is Like This–

1 Like

Check for objects such as “OriginalSize” and “OriginalPosition” within the player dummy using the explorer’s search tool. It always works when I’m making statues!

1 Like

would it be this? This is in HUMANOID
image

No, look up “Original” or just “Value” and you should find some values. None in humanoid. Like this:

Try delete any Motor6D’s or welds and anchor the character.

@NotAid_n how would i search??

Why would there be Moter6D’s in a fresh character model?

i have no clue if it would have it

Above the explorer, you can see a thing that says “Filter Workspace” Click it and type “Original” then you should see the Position/Size scales you want to get rid of.

It wouldn’t have Motor6D’s unless you added them.