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

can you help me with a shirt script? [closed]

Asked by 10 years ago

How would I script a line that will change my shirt to a different shirt using a shirt ID? I need this for my game.

0
Didnt work :( shadowsonichedgehogx -2 — 10y

Closed as Not Constructive by Articulating

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
1
Answered by
Nickoakz 231 Moderation Voter
10 years ago

I found this quite hard, but I finally managed to do this.

A T-Shirt

TheTShirtItem.ShirtTemplate="rbxassetid://"--Id after 'rbxassetid://'

A Shirt

TheShirtItem.Graphic="rbxassetid://"--Id after 'rbxassetid://'

Pants

ThePantItem.PantsTemplate="rbxassetid://"--Id after 'rbxassetid://'
Ad