How to add Text to a changing textlabel

Hello,

I am currently trying to make a Speedometer TextLabel.
The Speedometer works, but i am trying to add a km/h after the speed but i don’t know how to.

Under here you can see the speedometer, it works i just need to add km/h after it.

If you don’t understand i will gladly reply.

script.Parent.spd.Text = math.floor(spd.Value*2) .. "km/h"

You just have to add quotation marks around what you want added.

1 Like

Thank you, i knew it was an easy fix but i forgot how to

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.