local random = {"382538059", "398635081", "144076358", "382538059", } -- Shirt Selection script.Parent.ShirtTemplate = "http://www.roblox.com/asset/?id="..random[math.random(1,#random)] -- Picks one of the 4 shirts -- Shoutouts to Daemonophobia
My scrpt is supposed to pick randomly a shirt, and then put it to a humanoid, but it doesn't show. And i don't know if it's the script.Parent.ShirtTemplate = "http://www.roblox.com/asset/?id=" that is the problem.