Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a speedometer bar but instead its a fourth of a circle? [closed]

Asked by 3 years ago

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?