T-Shirt giver help

Hiii so I’m trying to get it so when a button is clicked a t-shirt graphic is applied to the person clicking it. I’ve got a shirt and pants giver working completely fine and I’ve tried to adapt it for the t-shirt but its never worked. Also possibly it could just be when a buttons clicked a decal is added to the face of the torso but ive not got any idea on that either !

Unable to create an Instance of type “Shirt Graphic” -This is the sort of thing i get back just when having adapted the script

Thank you !!

1 Like

It’s ShirtGraphic, not Shirt Graphic

Solution:

Instance.new("ShirtGraphic")
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.