I need help positioning a model (Backpack in this case) on the player's back and make it look like he's wearing it, but I have no knowledge of welds and postions so... help?
Script so far: (you don't have to build off my script if you can't, I just need a working script)
function onClicked(plr)
Backpack = game.Lighting["Backpack"]:Clone()
Backpack:Clone().Parent = game.Workspace.Player1
game.Workspace.Backpack:remove()
end
script.Parent.ClickDetector.MouseClick:connect(onClicked)
ravioli ravioli give me the formuoli |