#How to get a shirt's name via script?
5 messages · Page 1 of 1 (latest)
Wow bro nice
You should be able to get the shirt’s name via script by adding the shirt to the workspace (by adding a shirt object) and pasting its ID Number into it inside the property tab.
Here’s an example script whenever it’s finished:
local shirtName = game.Workspace.Shirt — Reference the shirt here.
Print(shirtName.Name)
Tbh I’m pretty basic to scripting so I could be wrong lol
this won't work cause it's only get the name of the object