Question about vehicle seat speed unit

Hi, the speed that shows on the screen when you’re sitting in a vehicle seat, what unit is that displaying that in? Is it KM/H? I’ve done a few different math things and it always ends up being the same that displays on the screen but I’m still not sure so I’m asking here!

Thanks.

1 Like

Bump bump, anyone know the answer? Maybe @tnavarts? (Sorry for the @ but I think you might have the answer)

Studs / second.

Almost everything on Roblox is measured in studs and/or Roblox mass units (a 1x1x1 part made out of plastic is one mass unit) in some combination.

The only unusual thing to note is that gravity on Roblox is 20 x 9.81 studs/s^2 rather than the 9.81 m/s^2 you get in the real world.

1 Like

Thanks for your reply.

I’m trying to convert linearVelocity.LineVelocity to KM/H but all the math I do (A bunch of different ways) all ends up to being the same as what the vehicle seat speed says, I even converted the miles in the van and car roblox themself made into km/h and still get the same result.

For example,
MaxAcceleration = (3.57 * 0.84)
MaxSpeed = (3.57 * (120 / 3.6))