EASILY Create Custom Currency To Use In UEFN With VERSE

Ғылым және технология

Check out RUMBLE RUNNER BRIDGE BATTLE In Fortnite: 0356-6823-6171
I get a lot of requests on how to make custom currency in a game in UEFN so I thought I'd show the basics. In this tutorial you'll learn how to do basic player management for a multiplayer game so that we can store the custom currency amount for each player AND show it on the screen for each player. This is vital to be able to do for ANY multiplayer game.
I post ALL THE CODE in these tutorials along with pre-release and custom tutorials over on Patreon: / membership in the "Tech Based Tutorials" tier. JOIN IT!!
Here's a great beginner's VERSE tutorial: • Easy Beginning With UE...
Here's another: Learning All About Verse For Fortnite Creative 2.0 - Series:Part 1 --- • Learning All About Ver...
Join my discord server for Fortnite Creator Community stuff / discord
Follow me on Twitter/X / graemebullx
#uefn #fortnitecreative #verse

Пікірлер: 76

  • @dmytrogladkyi
    @dmytrogladkyi25 күн бұрын

    Your videos are one of the most valuable sources of UEFN + Verse knowlegde. Thank you!

  • @GraemeBull

    @GraemeBull

    24 күн бұрын

    Glad you like them!

  • @godtol6808
    @godtol680827 күн бұрын

    Amazing video1 You helped me understand many concepts. Thank you so much 😁

  • @GraemeBull

    @GraemeBull

    27 күн бұрын

    You’re welcome!

  • @DevMiLStuDioS
    @DevMiLStuDioS3 ай бұрын

    It's an excellent learning. I understand much better now. Thank you for guiding me through this. Hope you enjoy.

  • @GraemeBull

    @GraemeBull

    3 ай бұрын

    My pleasure, glad it was useful

  • @thomasotto1661
    @thomasotto16617 ай бұрын

    Super high quality tutorial, thank you!

  • @GraemeBull

    @GraemeBull

    7 ай бұрын

    Thanks, and you're very welcome!

  • @llamajuice
    @llamajuice8 ай бұрын

    Rumble Runner is pretty rad my dude! And thanks for the tutorial :D

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    You're welcome and thank you very much for checking it out and all your feedback so far :) Amazing! and super appreciated.

  • @Cenk_1903
    @Cenk_19038 ай бұрын

    Nice topic! I was going to ask you to explain this topic before video. Congrats on your +1K subs. ❤🎉

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    Thank you very much 😊

  • @chinonoob3219
    @chinonoob32198 ай бұрын

    Good video thanks 😊

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    You’re welcome 😊

  • @Habbix1000
    @Habbix10008 ай бұрын

    Awesome as always

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    Thank you so much 😀

  • @Gouffer
    @Gouffer2 ай бұрын

    TY! Amazing tutorial. But how do we save and load that currency?

  • @GraemeBull

    @GraemeBull

    2 ай бұрын

    you're welcome! If you need to save, you'd like need to use verse persistence to save a custom currency. Or just save as gold. Then just use the save device.

  • @BEEFnCHEESE44
    @BEEFnCHEESE445 ай бұрын

    What if you wanted to have multiple weapon buttons, each with a different cost, any advice on how to handle that? For example, weapon A costs 50 and weapon B costs 100, if I have these buttons in an array (where the indices match up with the corresponding item granter indices), then on interactedWith, is there any way I can determine the cost of the weapon in context? Other than just subscribing to each individual button interaction?

  • @GraemeBull

    @GraemeBull

    5 ай бұрын

    I did a tutorial on subscribing with a special function and you can pass in a unique value perhaps to identify which button is pressed, but you can also do it via a unique subscribe for each button. kzread.info/dash/bejne/qGdkytivc7m6c9Y.html

  • @iloveschnitzel5360
    @iloveschnitzel53604 ай бұрын

    First of all, thank you for the good tutorial, but how can I buy the weapon with a trigger?

  • @iloveschnitzel5360

    @iloveschnitzel5360

    4 ай бұрын

    or with Mutator zone

  • @GraemeBull

    @GraemeBull

    4 ай бұрын

    I did a tutorial on how to use triggers, just watch that and you'll get it

  • @iloveschnitzel5360

    @iloveschnitzel5360

    4 ай бұрын

    @@GraemeBull Thanks, I will do that. I already got it working with mutator zones.

  • @yuiyui2947
    @yuiyui29478 ай бұрын

    Thank you so much for the tutorial. Do you know how to track resources that are already in Fortnite? I'm wondering how can I incorporate a UI tracker where it constantly updates certain items like the Quartz, Copper, and Silver resource types.

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    I don't, but I will probably look into it today at some point as I'm curious now too

  • @yuiyui2947

    @yuiyui2947

    8 ай бұрын

    @@GraemeBullI appreciate you!!!

  • @davidobi4379

    @davidobi4379

    8 ай бұрын

    You'd have to use a conditional item button!

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    I don't think so, I think I have a much better way

  • @davidobi4379

    @davidobi4379

    8 ай бұрын

    @GraemeBull How would you do it?

  • @solumog
    @solumog8 ай бұрын

    I have a problem i did all of this and nothing happens yet it says there nothing wrong with my code I check for like 2 hours straight Im lost

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    did you put the verse device in the scene?

  • @Cenk_1903
    @Cenk_19038 ай бұрын

    BTW we are waiting how to Respawn Collectible Objects when we picked up.

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    just call RespawnForAll on them after they are collected.

  • @solumog
    @solumog8 ай бұрын

    Hi graeme are you able to award this currency on creature elimination and if so can you teach me please

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    I think so, I'll see about a tutorial for that

  • @solumog

    @solumog

    8 ай бұрын

    @@GraemeBull thank you so much! :)

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    Here it is: kzread.info/dash/bejne/hGp_yqqOl9CXkdo.html

  • @brknbxyy6128
    @brknbxyy61284 ай бұрын

    hi, does anyone know how to make a counter that displays in the game for the amount needed, so I want to make a display that says u need 50 gold and when u input 25 then the display changes from 50 to 25, when the counter reaches 0,the upgrade is rewarded

  • @GraemeBull

    @GraemeBull

    4 ай бұрын

    Use a conditional button to detect gold, then just minus that amount off of the needed amount to get remaining and then trigger some code when it gets to be the amount needed. kzread.info/dash/bejne/i2R30JqveNjaqaQ.html UI stuff is here kzread.info/dash/bejne/eoqWr5uehq3QhdY.html

  • @brknbxyy6128

    @brknbxyy6128

    4 ай бұрын

    @@GraemeBull thank you

  • @brknbxyy6128

    @brknbxyy6128

    4 ай бұрын

    @@GraemeBull can u somehow make a video on this, im very new to verse

  • @GraemeBull

    @GraemeBull

    4 ай бұрын

    I'll put it on the list

  • @VideosByBob
    @VideosByBob8 ай бұрын

    When you bought the gun from the "lovely lady" your superbucks UI number did not go down by 50?

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    I probably got 50 at the same time on the timer

  • @VideosByBob

    @VideosByBob

    8 ай бұрын

    @@GraemeBullYou don't appear to call the RemoveSuperBucks function when granting the item after you check if you have enough SuperBucks

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    oh really? I don't recall, I thought I did

  • @VideosByBob

    @VideosByBob

    8 ай бұрын

    @@GraemeBull No worries, I don't want to come off sounding ungrateful, it is fantastic code! Thank you so much it really helped me! 😃

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    All good, it's a good catch if I left something out that is logical

  • @prodev4012
    @prodev40128 ай бұрын

    Do you have a patreon or somewhere we can donate because you're like our only savior now that warforge and other channels aren't teaching anymore Edit- YOU DO!! SUPPORT THIS MAN ASAP YALL

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    Thanks! Yes, there's a link in the description for my Patreon 😊

  • @kontokarte5858
    @kontokarte58585 ай бұрын

    Hi i tried to kind of copy and modify what you did in this tutorial but i get errors for "PlayerObj" and PlayerUI" saying these are "Unknown Identifiers" I honestly havent understood what PlayerObj really does and i wasnt able to find anything out about it in the documentation. Do you know what im missing?

  • @GraemeBull

    @GraemeBull

    5 ай бұрын

    Knowledge of verse I think. I encourage you to read the documentation a bit more on Epic's website and the digest.verse files in UEFN.

  • @feratube
    @feratube4 ай бұрын

    i cant go your map the code is not available

  • @GraemeBull

    @GraemeBull

    4 ай бұрын

    We took that one down for now

  • @moredakotaz
    @moredakotaz8 ай бұрын

    i really want to Make Escape Room Map in fortnite.

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    You should then!

  • @OmarAl-faruq413
    @OmarAl-faruq4135 ай бұрын

    if you buy the gold stay like it didnt take the 50

  • @GraemeBull

    @GraemeBull

    5 ай бұрын

    Ya, I know. It's already in the comments

  • @OmarAl-faruq413

    @OmarAl-faruq413

    5 ай бұрын

    @@GraemeBull so what is the Solution???

  • @OmarAl-faruq413

    @OmarAl-faruq413

    5 ай бұрын

    please i need it to finish my map@@GraemeBull

  • @GraemeBull

    @GraemeBull

    5 ай бұрын

    just minus off the amount you want when a purchase is made, simple

  • @cintillic
    @cintillic8 ай бұрын

    could you please add a paste bin with the code?

  • @GraemeBull

    @GraemeBull

    8 ай бұрын

    no, I don't do that as it doesn't teach people to just copy and paste code.

  • @getshotUK

    @getshotUK

    7 ай бұрын

    @@GraemeBull well would be good to have a template to work with as you don’t cover every single element from start to finish so for a beginner like me it’s quite hard to understand it without a reference. Would also appreciate a share…

  • @GraemeBull

    @GraemeBull

    7 ай бұрын

    I cover the basics in the tutorial linked in the description. This isn't the place you want to be perhaps if you want every single tutorial to cover every step. It would be incredibly tedious to those that have taken the time to study from the beginning. Not that I don't understand your position, we've all been there, but that's why I keep referencing the basics video. I don't know what you mean by appreciating a share...

  • @getshotUK

    @getshotUK

    7 ай бұрын

    @@GraemeBull hey! Yeah fair enough man, thanks for getting back to me. I meant a share of the verse file. But that's fine. I'm going through this and referring to the documentation as you've said and I'm getting results. keep up the content :)

  • @GraemeBull

    @GraemeBull

    7 ай бұрын

    All good. You'll get there, just keep typing. Only copy and paste your own code to build your library.

Келесі