Glithed character sizing

Introduction

So basically i have this character right here, which i scaled to be giant:
image

Issue

The issue is that everytime i launch the game this happens to the character:
image

Solutions i’ve already tried

I have already tried to remake the character, deleting and updating the OriginalSize values inside the player parts.

However none of those worked, every help is appreciated, thanks.

1 Like

Hey, can you show me the script so I can check it out?

There is no script, it’s something going wrong on resizing

But how do you resize the character?

Just simply using the scaling tool

Are the parts anchored or unanchored?

The character parts are unanchored

Try launching the game and anchoring them and then unanchoring them again.

When i unanchor it, it goes back to that position

https://gyazo.com/726df492d8e16651475d07b6bf529817

Hmm there must be something “forcing” it to do that then. Have you tried using a normal sized character next to it and see if it does the same thing?

Yes, the normal sized character stays just fine

How did you make the giant? Did you use a dummy from the toolbox? Or a plugin?

I inserted the player through Moon Animator

I haven’t used that before, but I assume this is the cause of the problem. Because the normal sized character stays fine.

I’ll try using AlreadyPro’s Character Loader then

Apparently the problem is not on resizing itself, resizing is working the problem is that all the parts are being put in the same place. I figured the problem out, it was because of the value “OriginalPosition”, now just deleting it and “OriginalSize” it’s working normally, thanks.

1 Like