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

Default Look Help? [closed]

Asked by 9 years ago

I wanted to make my game so you join and you look have a default look, like... Murder Mystery or TMM but just one character to be the default, I have tried Stickmasterlukes and it does not work help?

0
This has been asked before and is not constructive... Please do your research in the future. Perci1 4988 — 9y

Closed as Not Constructive by Perci1, Sublimus, and samfun123

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 9 years ago

There is a way of doing this.

game.Players.PlayerAdded:connect(function(Player)
    Player.CanLoadCharacterAppearance = false
end)

This code uses the CanLoadCharacterAppearance property of the Player. It is a Boolean value, and its purpose is to decide whether or not what a player is wearing on their account will be shown in game. You can use this to make them look like a noob. From there, you can do whatever you want.

0
How do I add a hat? antlerer 33 — 9y
0
I don't know. I'll try to find out. imperialstar 110 — 9y
Ad