以下がスクリプトになります。
Seat.ChildAdded:connect(function(child)
if child.Name=="SeatWeld" then
local character = child.Part1.Parent
local player = game.Players:GetPlayerFromCharacter(character)
if player then
-- YOUR FUNCTIONS HERE
end
end
end)
終わり。