I am working on a racing game and I want to know how to customize the bar. This is the code I use for the speedometer
local player = game.Players.LocalPlayer while wait() do script.parent.Frame.TextLabel.Text = math.floor(player.Character.HumanoidRootPart.Velocity.magnitude).." SP/S" end
Closed as Not Constructive by gskw, IAmNotTheReal_MePipe, and raid6n
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?