Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Two seats, one function, how to make it work?

Asked by
TechModel 118
3 years ago

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)

Answer this question