How To Make a Circular Progress Bar | Roblox Studio | ROBLOX

  Рет қаралды 11,672

Jeremy

Jeremy

Күн бұрын

In this video, I show how to make a circular progress bar for your game. This video requires a basic understanding of Roblox UI and scripting.
Model: create.roblox....
Be sure to subscribe and turn on post notifications.
✔️ CLICK HERE: bit.ly/2ROfjhe
💬 JOIN MY ROBLOX GROUP: group.dynabyte....
💬 JOIN MY DISCORD SERVER: invite.dynabyte...

Пікірлер: 29
@pumpkii
@pumpkii 9 ай бұрын
This mans screen is longer than my car 💀
@1Virez
@1Virez 6 ай бұрын
widescreens are strange indeed
@bruhblox_
@bruhblox_ Күн бұрын
bros screen ratio is 1:10000000000000
@smartiii
@smartiii 5 ай бұрын
How would I be able to change this into a cooldown? :-
@goelrads
@goelrads 11 ай бұрын
Here Is The Script If You Get Stuck local tweenService= game:GetService("TweenService") local progress = script.Parent local left = progress:WaitForChild("Left"):WaitForChild("Circle") local right = progress:WaitForChild("Right"):WaitForChild("Circle") local center = progress:WaitForChild("Center") local percentage = Instance.new("NumberValue") percentage:GetPropertyChangedSignal("Value"):Connect(function() local rotation = math.floor(math.clamp(percentage.Value * 3.6, 0, 360)) center.Percentage.Text = math.floor(percentage.Value * 10) / 10 .. "%" right.UIGradient.Rotation = math.clamp(rotation, 0, 180) left.UIGradient.Rotation = math.clamp(rotation, 180, 360) end) task.wait(1.5) local tween = tweenService:Create( percentage, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), { Value = math.random() * 100 } ) tween:Play() -- written by cakegun1234
@pixerking
@pixerking 8 ай бұрын
How to make it for hp?
@goelrads
@goelrads 7 ай бұрын
@@pixerking make local percentage = game.Players.LocalPlayer.Character:WaitForChild(“Humanoid”).Health
@Stiexeno
@Stiexeno 5 ай бұрын
I found solution how to get rid of these glitchy lines in the center. Just disable Right is value is 0 and disable Left if value is less than 50 local rotation = math.floor(math.clamp(self.Progress.Value * 3.6, 0, 360)) self.Right.Frame.UIGradient.Rotation = math.clamp(rotation, 1, 180) self.Left.Frame.UIGradient.Rotation = math.clamp(rotation, 180, 360) self.Right.Visible = self.Progress.Value > 0 self.Left.Visible = self.Progress.Value >= 50
@12abrt
@12abrt Жыл бұрын
I can finally code some cool gamer games
@aquakeyn
@aquakeyn 9 ай бұрын
I think the reason why there is a blue line in the middle is the border size pixel that you didn't set to 0. Hope this can help...
@goofiestproductions
@goofiestproductions 8 ай бұрын
real
@DynabyteGames
@DynabyteGames 6 ай бұрын
It has to due with how Roblox handles UI positions with the AnchorPoint property on the backend.
@workindad
@workindad 6 ай бұрын
I changed the tween a bit to make it like a progress bar. for i = 1, 10 do -- can use while loop or runservice too print("Tween no."..i.." starting") local tween = TweenService:Create( percentage, TweenInfo.new(1, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {Value = 100} ) tween:Play() tween.Completed:Wait() task.wait() percentage.Value = 0--reset end
@maxumunum1926
@maxumunum1926 Жыл бұрын
Works, thank you so much!
@bradzandmaxplays
@bradzandmaxplays 11 ай бұрын
Also add the preload stuff so it actuals loads the game lol but cool amyways
@Spooky.Studios
@Spooky.Studios 6 ай бұрын
you could also use ImageLabel instead of Frame for the Circle frames inside Left & Right and make the image this: rbxasset://textures/ui/Controls/RadialFill.png i'm not sure what it exactly changes but might be a fix for the offset or a more smooth progress bar (that is what they use for the circle inside the proximity prompts)
@bhz-z
@bhz-z Ай бұрын
thx
@voblast1842
@voblast1842 9 ай бұрын
thanks omg
@killingeveryonerc
@killingeveryonerc Жыл бұрын
Could you include script in the description next time? Thanks for the tutorial btw!
@bradzandmaxplays
@bradzandmaxplays 11 ай бұрын
Just type it out u gotta learn some how gonna get it the easy way
@gameknight_10
@gameknight_10 Жыл бұрын
how to make it go backwards or inverse it
@gameknight_10
@gameknight_10 Жыл бұрын
@xarciti i've tried but it dont work
@sinkzscs
@sinkzscs Ай бұрын
@@gameknight_10 just mess around with the values
@FadedPgn
@FadedPgn Жыл бұрын
For some odd reason it dosent work my code is just the same as yours im no sure whats happening. Can i please get some help?
@Puluga
@Puluga Жыл бұрын
So basically some dev vids don’t show what you need to do before doing the code so basically there might be a setting that is not letting the script work or whatever is happening to you hope this helps a little
@thefireph0enix
@thefireph0enix 11 ай бұрын
I created a circle progress bar before seeing this tutorial, difference between this and my is that I used images, black overlays, and etc. Probably should of gone with this since it just uses frames and forgot I could make circles with ui corner but idk if I feel like replacing it right now and reconfiguring everything.
@AlaaBouramdane
@AlaaBouramdane Жыл бұрын
how can i make this for the health of the character
@DynabyteGames
@DynabyteGames Жыл бұрын
Have it update whenever the player’s health changes using :GetPropertyChangedSignal() on the humanoid for Health property.
@xnceu
@xnceu Ай бұрын
you say um and uh too much
i created a youtube intro with free software...
8:08
How to MAKE a Health Bar! | Roblox Studio
12:21
Rustysillyband
Рет қаралды 29 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 6 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 91 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 4,8 МЛН
They Dared Me To Make A Game...
12:08
Daniel Krafft
Рет қаралды 1,2 МЛН
The Best Mod Developer You’ve Never Heard of
17:26
XayXay
Рет қаралды 586 М.
I Paid Devs on Fiverr to Make an Open World Game
8:33
Minimunch
Рет қаралды 307 М.
Food Theory: We Need To Talk About The Green M&M
14:00
The Food Theorists
Рет қаралды 4,7 МЛН
How to Make A LOADING SCREEN GUI - Roblox Studio Tutorial
4:01
The Best Roblox Studio Features (and Why You Should Use Them)
19:31
Essential UI Tips & Tricks | Roblox Studio
9:19
Stewiepfing
Рет қаралды 56 М.
Why This Video Took 8 Months
12:53
IrrationalMango
Рет қаралды 542 М.
The Most Impressive Scratch Projects
11:00
DenshiVideo
Рет қаралды 4,9 МЛН
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 6 МЛН