What would i do, to make it where when all players have a certain look.
Like, where all people are just ROBLOXian 1.0's with bodycolors, no personalization to them, so there is no difference.
An example would be in murder mystery, all the players look the same in the lobby.
How would i do that?
Well, first you want to remove the shirt and pants the character is wearing.
if char:FindFIrstChild("Shirt") then char.Shirt:Destroy() end if char:FindFIrstChild("Pants") then char.Pants:Destroy() end
After that, just set the properties of the BodyColor to what you want it to be.