Hello! How do I get either one of these two different drive seats to get this single function working then making separate ones? Thanks.
local seat = script.Parent.Drive or workspace.Drive seat.Changed:connect(function(type) print("Wallah") end)