Is there any way to force the player to use the default package (square)?

As it is in the title is there any way to force the player to use the default package?

1 Like

Studio > Place > Home > Game Settings > Avatar
image

1 Like

But do you know the id?, I already tried to put -1, 0, etc … but it doesn’t work

Looked up a bit, no one actually knows the IDs of them…

However, it seems there is a alternaltive solution to your issue :

12 Likes

oh i see, thank you kenami :smiley: … (30 characters)

If you’re using this when the character suddenly loads, use :WaitForChild(“Humanoid”) Instead of :FindFirstChildOfClass()

This is because there is a chance that the humanoid will not load before that function is executed. :WaitForChild will yield until the humanoid is loaded.

1 Like

i might be dumb but is there any tutorial on how to use it cuz i cant seem to find one