Hi, I'm trying to make it so I can put on the backpack I made once I click it
I know it would be an onClick function but everything else I don't know. Can anyone help?
May I remind you this is not a request site. But anyway! Here's what it'd look like:
script.Parent.ClickDetector.MouseClick:connect(function(hit) local Armour = game.ReplicatedStorage.Armor:Clone() Armour.Parent = workspace Armour.Position = hit.Character --Armor Welding script would go here end)