self explanatory. here is the code i used. the dummy just stays plain. is there anyway around this?
local Id = script.Parent:WaitForChild("ShirtId")
local Shirt = script.Parent.Dummy.Shirt
Shirt.ShirtTemplate = tostring(Id.Value)
self explanatory. here is the code i used. the dummy just stays plain. is there anyway around this?
local Id = script.Parent:WaitForChild("ShirtId")
local Shirt = script.Parent.Dummy.Shirt
Shirt.ShirtTemplate = tostring(Id.Value)
Make sure the ID value is actually an image
ID of the shirt template and not the shirt
ID itself.
If you’re not sure, put the shirt ID inside a shirt instance property and you’ll see the ID change automaticly. Then, use that template ID for the script.
Ohh, ok! I will try that! Thanks!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.