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

Touched VehicleSeat change ObjectValue.Value not Working? [Solved]

Asked by
KAAK82 16
10 years ago
script.Parent.Touched:connect(function(hit)
    if hit.Parent:FindFirstChild('Humanoid') then
        script.Parent.Parent.Owner.Value = hit.Parent:GetPlayerFromCharacter()
    end
end)

Owner.Value Doesn't change :/

Answer this question