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

How do I make a Screen GUI for my exp bar and level bars? [closed]

Asked by
flanfy -3
5 years ago

So when I start the game and kill a mob and I need 50 exp to level up my bar is at 0 but when I kill npc it rises and when it reaches 50/50 I level up

0
script plz User#23365 30 — 5y
0
@EXpodo1234ALT I think he wants a script for what he's describing T0BIUCHIHAA 11 — 5y
0
He knows. Hes telling him he needs to make an attempt at it, then he will correct it. DinozCreates 1070 — 5y

Closed as Not Constructive by User#23365, Fifkee, and Amiaa16

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?

1 answer

Log in to vote
0
Answered by 5 years ago

For create that, use Value and crossed product.

UDim2.new(((TotalExpValue* 100 / RequireExpValue) * 0.01 ), 0, 1, 0)

Ad