Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do You Force A Outfit On all players in your Roblox Game ?

Asked by 6 years ago

I Tried Everything such as Youtube and Script.com and sooo many more sooo pls help.

0
Just the shirt and pants? Or hats too? MachoPiggies 526 — 6y
0
Erm just use starter character? just make a starter character in starterplayer (needs animator and anim scripts etc) DanielDeJong3 158 — 6y

1 answer

Log in to vote
0
Answered by
mattscy 3725 Moderation Voter Community Moderator
6 years ago

If you want to force the player to wear an outfit, you can insert a model called StarterCharacter into StarterPlayer to be used as the character model:

A Model instance named StarterCharacter [inside StarterPlayer], which will be used as the character model for all players

A simple way to do this is to change your character to be wearing the outfit you want everyone to wear, and then join your game in studio. Then, copy your character model from Workspace in the explorer, exit test mode, paste it in StarterPlayer and rename it to StarterCharacter.

Otherwise, if you only wanted to give them specific items, you can look into using LoadCharacterAppearance to give them the items through scripts.

Ad

Answer this question