#The Dead Car Bug - Help me please, the VehicleSeat of the car i'm trying to make move is not working

10 messages · Page 1 of 1 (latest)

wooden coyote
#

Did you write the scripts yourself?

heavy escarpBOT
#

studio** You are now Level 5! **studio

wooden coyote
#

Also can we see the scripts

slate viper
#

the scripts are all about the problem but none of them worked

#

like this one

#

local seat = script.Parent
local Players = game:GetService("Players")

seat.Changed:Connect(function(prop)
if prop == "Occupant" then
local humanoid = seat.Occupant
local player = game:GetService("Players"):GetPlayerFromCharacter(humanoid.Parent)
seat:SetNetworkOwner(player) -- set network owner to the player FIRST to make sure the connection is made instead of hoping the automatic connection takes hold
wait(.5) -- added wait to make sure the connection is made
seat:SetNetworkOwner(nil)
end
end)

slate viper
#

I did that

#

The car keeps jumping after a random amount of time

#

And doesn't move