How would I make a player Robloxian 1.0 only?

Normally, a player can have packages of their choice, but I want them to have only Robloxian 1.0 package. How would I make this happen?

You can load the player using humanoid descriptions.
https://developer.roblox.com/en-us/api-reference/class/HumanoidDescription

2 Likes

In order to force the player’s package when they join the game, You must go to the game settings located in the top right of your studio, File>GameSettings>Avatar>AvatarType>R6

Well, that is just R6. They can still be Robloxian 2.0 or any other package.

Hello.
The only thing you can do, is to use a script in order to give them a certain outfit and/or package.
There is sadly no way to do this without scripting. But you can check properties under the Players section in the Explorer of Roblox Studio.

The only thing you can do without scripting to force a “Package” is to go to the Game Settings on top in Roblox Studio and to go to avatar and put the id’s next to “Left Arm” “Torso” and so on to the matching package. But there is no 1.0 package except the girl package.

You can look for packages here and those id’s in there if you want a certain outfit.

But, you will need to script if you wish for people to have just the 1.0 blocky body package in your game.

-StompyDonut
Roblox Beta Tester