local db = true script.Parent.Touched:Connect(function(hit) if hit.Parent.Name == "Picture" and db == true then db = false local newItem = game.ServerStorage.Picture:Clone() newItem.Handle.CFrame = CFrame.new(33.857, 48.692, 36.825) newItem.Parent = workspace end end)