This car is almost perfect, its just way too hard to control and goes too fast.
I looked inside it, there’s a module called chassis that seems to control the max velocity through some advanced physics. I tried changing almost every value in there and nothing was affected. But i’m certain the main script calls it and uses it to handle the speed.
I found the solution: local car = script.Parent
local max = car:FindFirstChild(“MaxSpeed”)
local current = max:FindFirstChild(“Value”)
current.Value = 200