Hello everyone, I am trying to make a script that clones a texture into each player’s accessory handle. Any help would be greatly appreciated!
You can use a list of textures and find if they have a shirt on if they do change the texture ID to whatever you want. If the player does not have one on use Instance.new("Shirt",Character)
(Creating the shirt and putting it in the character) and set that Shirt texture ID to any ID
1 Like