Тёмный

How to make a CURRENCY COUNTER GUI in Roblox Studio 2024 

polarisprog
Подписаться 31 тыс.
Просмотров 14 тыс.
50% 1

How to make a CURRENCY COUNTER GUI in Roblox Studio 2024
Get all of my project files on my patreon:
bit.ly/3SOBP6J
JOIN THE DISCORD!
/ discord
In this video you will learn how to make an abbreviated currency counter gui in Roblox Studio (2024)
What is Roblox? ROBLOX is an online virtual playground and workshop, where kids of all ages can safely interact, create, have fun, and learn. It’s unique in that practically everything on ROBLOX is designed and constructed by members of the community. ROBLOX is designed for 13 to 18 year olds, but it is open to people of all ages. Each player starts by choosing an avatar and giving it an identity. They can then explore ROBLOX - interacting with others by chatting, playing games, or collaborating on creative projects. Each player is also given their own piece of undeveloped real estate along with a virtual toolbox with which to design and build anything - be it a navigable skyscraper, a working helicopter, a giant pinball machine, a multiplayer “Capture the Flag” game or some other, yet-to-be-dreamed-up creation. There is no cost for this first plot of virtual land. By participating and by building cool stuff, ROBLOX members can earn specialty badges as well as ROBLOX dollars (“Robux”). In turn, they can shop the online catalog to purchase avatar clothing and accessories as well as premium building materials, interactive components, and working mechanisms.

Опубликовано:

 

7 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 98   
@polarisprog
@polarisprog 8 месяцев назад
Get all of my project files on my patreon: bit.ly/3SOBP6J JOIN THE DISCORD! discord.gg/cztJHYSfVE
@Happy_Lama1
@Happy_Lama1 8 месяцев назад
Ok
@Catnapsmilingcritters-hf4qm
@Catnapsmilingcritters-hf4qm 5 месяцев назад
i can't get them
@Theinnerguy
@Theinnerguy 5 месяцев назад
@@Catnapsmilingcritters-hf4qm it because u need to pay to get acess
@Catnapsmilingcritters-hf4qm
@Catnapsmilingcritters-hf4qm 5 месяцев назад
@@Theinnerguy oh then i can't
@mrg212
@mrg212 8 месяцев назад
Bro your content is still as good as ever love it! P.s Your voice got a lot deeper then a few months ago its awesome seeing you stick through this
@polarisprog
@polarisprog 8 месяцев назад
I appreciate that!
@Fluxty149
@Fluxty149 5 месяцев назад
Here is 1st Script: local module = {} local powers = {} local abbreviations = { "K", "M", "B", "T", "Qd" } for i = 1, #abbreviations do table.insert(powers, 1000^i) local function CheckNumber(number) if not tonumber(number) then return false end if number ~= number then return false end return true end function module.FormatWithAbbreviation(number) if not CheckNumber(number) then return end local absolute = math.abs(number) if absolute < 1000 then return tostring(number) end local power = math.min(math.floor(math.log10(absolute) / 3), #abbreviations) local num = math.floor(absolute / powers[power] * 100) / 100 local formatted = num * math.sign(number) .. abbreviations[power] return formatted end end return module
@user-id7np6qc3f
@user-id7np6qc3f 4 месяца назад
ty bro
@NikMarchenko
@NikMarchenko 4 месяца назад
ty
@mirtlife7740
@mirtlife7740 4 месяца назад
ty
@PumpkinSpiceOfficial
@PumpkinSpiceOfficial 3 месяца назад
tysm
@Knight5168YT
@Knight5168YT 2 месяца назад
Tysm you saved minutes of my life thank you bro
@Ryco12
@Ryco12 8 месяцев назад
Polar thank you so much for this I am immediately implementing this into my game. ❤ i do have one video request that i am dying to add to my game: an unlock able zone (SAVING) if you upload this video, you will be an absolute legend and a hero to me ❤
@HotCoco_Yeep
@HotCoco_Yeep 2 месяца назад
first script: local module = {} local powers = {} local abbreviations = { "K", "M", "B", "T", "Qd" } for i = 1, #abbreviations do table.insert(powers, 1000^i) local function CheckNumber(number) if not tonumber(number) then return false end if number ~= number then return false end return true end function module.FormatWithAbbreviation(number) if not CheckNumber(number) then return end local absolute = math.abs(number) if absolute < 1000 then return tostring(number) end local power = math.min(math.floor(math.log10(absolute) / 3), #abbreviations) local num = math.floor(absolute / powers[power] * 100) / 100 local formatted = num * math.sign(number) .. abbreviations[power] return formatted end end return module second script: local numberFormatter = require(game.ReplicatedStorage.NumberFormatter) print(numberFormatter.FormatWithAbbreviation(61981981)) yall are welcome
@WilliamandElvinRblx
@WilliamandElvinRblx 8 месяцев назад
UR A LEGEND I WANTED THIS 1.01, 1.02, 1.03 AND I FINALLY FIND A GOOD TUTORIAL FOR THAT!!! BIG W, Love your videos
@caddn
@caddn 3 месяца назад
Okay how do I give the money to myself and others now that I’m in the game and how would I be able to make a shop ect?
@Medoplayzz
@Medoplayzz 8 месяцев назад
Amazing Video ❤️ Also are you going to continue the pet simulator series or no?
@YGM-
@YGM- 8 месяцев назад
ur a legend fr
@jasutasu
@jasutasu 2 месяца назад
You think you can further develop this more and add money dropping when clicking the currency gui?
@reeve_watt
@reeve_watt 8 месяцев назад
polarissss dude areu working on any projects rn your so smart and talented litterly u could make anything
@Happy_Lama1
@Happy_Lama1 8 месяцев назад
Nice video!
@polarisprog
@polarisprog 8 месяцев назад
Thanks!
@ilx_fed
@ilx_fed 8 месяцев назад
first, I love your contents always help me!
@polarisprog
@polarisprog 8 месяцев назад
Happy to help!
@jakubb813
@jakubb813 7 месяцев назад
Hello i wonder what font you use in the thumbnail?
@VeryProPlayerYesSir1122
@VeryProPlayerYesSir1122 8 месяцев назад
Very underrated channel. Keep up the good work.
@polarisprog
@polarisprog 8 месяцев назад
Thanks, will do!
@Icyisprog
@Icyisprog 8 месяцев назад
Wow advanced very nice! 😊
@polarisprog
@polarisprog 8 месяцев назад
Thank you! 😊
@Snakes_the_cutest
@Snakes_the_cutest 5 месяцев назад
Can u make a tutorial for beginners how to code (like the basics and stuff)
@yarbio
@yarbio 6 месяцев назад
I have gears, can you make it when i use them it goes up? The starter one is 2 next one is 5 and then goes up by 2x until 100. 150,155, and so on. :) plz lmk
@ZainB231
@ZainB231 8 месяцев назад
Why can't you put the code in the comment or desc 😭😭 My brain is getting hot while watching this.
@RuskyDev
@RuskyDev 6 месяцев назад
its not even that hard dude no one is going spoon feed you
@Snakes_the_cutest
@Snakes_the_cutest 5 месяцев назад
Fr.
@jalocookie
@jalocookie 5 месяцев назад
@@RuskyDev for people who have never coded before it is hard, no need for the hurtful comment, i'm sure we'd all like a copy paste in the desc, it'll save some time, but i guess you can code away your little bitchy ass
@Zainn2331
@Zainn2331 Месяц назад
okay..
@GrandTheftAuto-kf8wg
@GrandTheftAuto-kf8wg 2 месяца назад
yo polaris, i suggest you to use the serverstorage because exploiters can access the replicatedstorage, thanks for the awesome tutorial!
@Swapnil21143
@Swapnil21143 3 месяца назад
what font do you use in the scripts?
@Swapnil21143
@Swapnil21143 3 месяца назад
yoyoo W vid but how do i add a datastore system to this?
@gamingwithAshaz
@gamingwithAshaz 7 месяцев назад
Whyyyy is is not working I tried like 5 vids idk what’s wrong Broo 😢😢😢😢😢😢😢😢
@rioserenado-ck9uj
@rioserenado-ck9uj 6 месяцев назад
It says numberformatter is not a valid member of replicatedstorage😢
@Houndw4veStudios
@Houndw4veStudios 4 месяца назад
Just change the name of your script to match his lmao
@jordanjali7399
@jordanjali7399 15 дней назад
Lol​@@Houndw4veStudios
@emscripts
@emscripts 8 месяцев назад
Hi!
@jesushodar9622
@jesushodar9622 3 месяца назад
Doesn't print. I wasted all of my building time for this. Can you add the code below?
@braydenliakiatagi5607
@braydenliakiatagi5607 8 месяцев назад
yo polaris you should show how to make a flying ability in a game
@AstroJams
@AstroJams 11 дней назад
It doesnt work if i try add two though
@ZakyGaming1234
@ZakyGaming1234 4 месяца назад
when I give myself one trillion, it displays the amount correctly on the GUI, but on the leaderstats it displays, 1,000B. Thanks for making this btw
@Smallfry-b8u
@Smallfry-b8u 3 месяца назад
You could make the leaderstats invisible and just have that (just a suggestion)
@Weidkesow
@Weidkesow Месяц назад
if this still occurs, just do the same you did with k m and b and make one for T
@youbruh1055
@youbruh1055 Месяц назад
the text on mine just stays at 1.5M someone pls help
@PotatoVr_271_Live
@PotatoVr_271_Live 3 месяца назад
How do I do the power sign
@Goku-Edits-r2e
@Goku-Edits-r2e Месяц назад
can somebody plz reply me the 3rd script ??
@Skuiddo_isnt_here
@Skuiddo_isnt_here Месяц назад
ok can you please put the scripts in the description because copy and pasting is more efficient and you dont make mistakes from it unlike typing the scripts
@gooberbee
@gooberbee Месяц назад
no because if he does he gets less watchtime = less money
@HamserOfficial
@HamserOfficial 8 месяцев назад
theres another way to do it, make a local script inside of the text local Currency = game.Players.LocalPlayer:WaitForChild("leaderstats"):FindFirstChild("VALUE") -- Set "VALUE" to whatever your value name is while task.wait(0.1) do script.Parent.Text = Currency.Name .. ": " .. Currency.Value end
@polarisprog
@polarisprog 8 месяцев назад
The one I showed is better since it only updates the text if the value changed, using the loop it will keep on running that line of code even tho the value hasnt changed yet
@HamserOfficial
@HamserOfficial 8 месяцев назад
what about this@@polarisprog local Currency = game.Players.LocalPlayer:WaitForChild("leaderstats"):FindFirstChild("VALUE") -- Set "VALUE" to whatever your value name is Currency.Changed:Connect(function() script.Parent.Text = Currency.Name .. ": " .. Currency.Value end) -- I dont know if the changed func will work since I coded this in youtube comments 💀
@iceglobe2591
@iceglobe2591 8 месяцев назад
Hey @H4ms3r I was wondering do you know how I could create particle effect for a checkpoint that runs on the client so only one person is able to see that particle when they run over the checkpoint?
@HamserOfficial
@HamserOfficial 8 месяцев назад
dunno, never used particles that much@@iceglobe2591
@GrandTheftAuto-kf8wg
@GrandTheftAuto-kf8wg 2 месяца назад
@@iceglobe2591 its basic scripting, just learn lua basics and you'll get it
@hasanfaturrohman8755
@hasanfaturrohman8755 2 дня назад
bro why i didnt get folder?
@er_aviation
@er_aviation 8 месяцев назад
Part 6 of aws pls
@Amoura69
@Amoura69 4 месяца назад
14:29:34.221 ReplicatedStorage.numberformatter:19: Expected identifier when parsing expression, got 'then' - Studio - numberformatter:19 14:29:34.221 Requested module experienced an error while loading - Server - Script:1 14:29:34.221 Stack Begin - Studio 14:29:34.221 Script 'ServerScriptService.Script', Line 1 - Studio - Script:1 14:29:34.221 Stack End - Studio 14:29:34.354 MouseButton1Click is not a valid member of Plugin "cloud_6533534369" - Server 14:29:34.354 Stack Begin - Studio 14:29:34.354 Script 'cloud_6533534369.LocalScript', Line 5 - Studio 14:29:34.354 Stack End - Studio 14:29:34.860 MouseButton1Click is not a valid member of Plugin "cloud_6533534369" - Client 14:29:34.860 Stack Begin - Studio 14:29:34.860 Script 'cloud_6533534369.LocalScript', Line 5 - Studio 14:29:34.860 Stack End - Studio
@CannedHandle
@CannedHandle 3 месяца назад
wgt
@CannedHandle
@CannedHandle 3 месяца назад
i mean why
@Amoura69
@Amoura69 3 месяца назад
@@CannedHandle idk
@OtoStartedProgramming
@OtoStartedProgramming 4 месяца назад
Nice
@Leo-id7es
@Leo-id7es Месяц назад
I SPENT SO LONG AND IT DOSNT WORK 😢😢😢😢
@xyxthewolf
@xyxthewolf 7 месяцев назад
can u paste the scripts into the comments because theyre too long
@tbyrdplays
@tbyrdplays 8 месяцев назад
Yo wsg Polar your brother said you could try and add me and maybe help me out on my game
@MykolasValuckas-m3x
@MykolasValuckas-m3x 2 месяца назад
Not working
@Crazyyy304
@Crazyyy304 Месяц назад
Doesnt work at all
@jasperembo
@jasperembo 8 месяцев назад
this shit is heavy!!!
@HARBINGER_RBLX
@HARBINGER_RBLX 16 дней назад
ls 3rd script im toooooo lazy!
@jalocookie
@jalocookie 5 месяцев назад
I have to support you on patreon just to get the files? What the heck I shouldn't have to subscribe to some frick just to get a lousy tutorial, plus he speaks to us like we're advanced roblox game developers, and this fricking code doesn't even work, and oh boy i've checked for any mistake i've made, oh no, he made the mistakes.
@BlessVexx
@BlessVexx 4 месяца назад
You only have to support him on patreon to copy the script without having to copy it from the video
@Pokus20
@Pokus20 2 месяца назад
@@BlessVexx no ones paying 10$ for this crappy tutorial
@orionwoitte4465
@orionwoitte4465 2 месяца назад
The format is mid it maxes at Trillions
@mobilepcgamer
@mobilepcgamer Месяц назад
u can make it bigger bruh
@Mi1annGamez
@Mi1annGamez 9 дней назад
This just makes me mad I’m just starting and this guy is just rushing I’m disliking this video
@jonas-lh7wb
@jonas-lh7wb 8 месяцев назад
@jonas-lh7wb
@jonas-lh7wb 8 месяцев назад
rød grød med fløde
@CannedHandle
@CannedHandle 3 месяца назад
WHY
@youbruh1055
@youbruh1055 Месяц назад
dansker
@FlimyGamer
@FlimyGamer 8 месяцев назад
im getting this error local Unable to assign property Text. string expected, got nil my script is this local player = game:GetService("Players") local replicatedStorage = game:GetService("ReplicatedStorage") local currency = "Cash" local player = player.LocalPlayer local leaderStats = player:WaitForChild("leaderstats") local currencyValue = leaderStats:WaitForChild(currency) local numberFormatter = require(replicatedStorage:WaitForChild("NumberFormatter")) local textLabel = script.Parent local function UpdateCounter() textLabel.Text = numberFormatter.FormatWithAbbreviation(currencyValue.Value) end UpdateCounter() currencyValue.Changed:Connect(UpdateCounter)
@FlimyGamer
@FlimyGamer 8 месяцев назад
if u could help it would b very helpful and if u cant its fine!
@PaperworkProductions2
@PaperworkProductions2 8 месяцев назад
Change local player to a capital P
@FlimyGamer
@FlimyGamer 8 месяцев назад
@@PaperworkProductions2 i did but is still coming up with the same error but still ty for tryna help
@FlimyGamer
@FlimyGamer 8 месяцев назад
i just redid it and now it works
Далее
What Is The Best AI For Roblox Studio Scripting?
10:42
Просмотров 448 тыс.
Can 6 DEVS Make a HANGOUT Game Without Communicating?
17:25
Programming Rarity is Harder Than You Think
12:31
Просмотров 272 тыс.
I Made a Fake Warning to Scare Roblox Players
16:31
Просмотров 1,4 млн
How to Make a Update Log in Roblox Studio
3:12
Просмотров 4,7 тыс.
How to script a Tool Gamepass | Roblox Studio Tutorial
20:43
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Просмотров 110 тыс.
How much robux can a BAD roblox game make you
8:38
Просмотров 60 тыс.
I recreated KARLSON, (to bring back Dani)
8:21
Просмотров 579 тыс.
How to Make an ADMIN PANEL In ROBLOX!
5:30
Просмотров 328 тыс.
how to code in roblox studio
48:04
Просмотров 282