Speedometer help

Hi, it’s horse here,
I’m having problems with creating a vehicle speedometer for a train.
I would only like it to measure the speed of the player moving in the train and when you sit, the GUI comes up and when you jump, it disappears.
Thanks!
Horse

1 Like

To find speed find the velocity of the character’s humanoid root part, or any part of the character, or a part of the train, use,

Part.Velocity.Magnitude

1 Like

Read this article, it will provide information on this subject. BasePart.Velocity :smile:

1 Like

I’ll look into it, thank you! .

1 Like