I would like to make a script the gets the players face texture

I would like to make a script the gets the players face texture and saves it so when the players joins again they load with the face texture the was saved

get the “face” decal id in the player’s head and datasave it

Ok but how??? :thinking: :thinking:

I can’t make scripts for you

but here’s some useful links:

https://developer.roblox.com/en-us/api-reference/property/Player/Character

1 Like

For every player, there is likely an active character.

Characters are what contain body parts such as legs and arms. In the character head, you may notice that there is a decal named “face” located in there.

You can read the texture id of that decal.

1 Like