How to put on a shirt onto a dummy using Button

How would I put on a shirt onto a dummy when I click the button.

image

script.Parent.MouseButton1Click:Connect(function()
	local shirt =   YOUR SHIRT: Clone()--Your shirt you should do cloning
	shirt.parent  = Dummy -- The Dummy
end)
2 Likes

Idk something along the lines of that I’m not a pro scripter

It did actually work! Thank you so much.

oh I didn’t think it would work tbh