pistol = game.ReplicatedStorage["Cheezburger"]:clone()
function buy()
pistol.Parent = player.Backpack
end
script.Parent.MouseButton1Click:connect(buy)
0
Who is player? You haven't even referenced who this object is. Make sure when you click on objects that it references a click detector.Legojoker345— 9y