local prompt = game.Workspace:WaitForChild("Car"):WaitForChild("Body"):WaitForChild("prom"):WaitForChild("ProximityPrompt")
local phum = game.Players.LocalPlayer:WaitForChild("Character")
local hum = phum:WaitForChild("Humanoid")
local seat = prompt.Parent.Parent.Parent.DriveSeat
prompt.Triggered:Connect(function()
seat:Sit(hum)
end)
** You are now Level 8! **