Ok so basically I would like to get the speed of a vehicle seat then basically add 2 to it
Just add the MaxSpeed by +2 whenever you want in the script, then reset it to what it was previously when wanted. Here’s an example to put inside the vehicle seat.
speedTime = 5
--Code here to trigger it
script.Parent.VehicleSeat.MaxSpeed = 27
task.wait(speedTime)
script.Parent.VehicleSeat.MaxSpeed = 25