How to save Player Data in UEFN Verse

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 20

  • @GrinernCreates
    @GrinernCreates  5 місяців тому +1

    SIDENOTE: I just pushed a update to the Github. Twitter geniuses have told me that you have to check if a Player is active before manipulating the player stats table. I would advice taking a closer look at the code I pushed to Github to see the difference. ( Player.IsActive[] )

    • @Oleszyk
      @Oleszyk 5 місяців тому +1

      ye 100%, btw why you don't do it in 1 code

    • @GrinernCreates
      @GrinernCreates  5 місяців тому

      @@Oleszyk Verse coding has a tendency of not being very clean and very hard to understand. Therefor seperating logic and the scripts it gives a better overview and most of the time actually leads to more optimized code.

    • @Oleszyk
      @Oleszyk 5 місяців тому

      @@GrinernCreates Ye, but when I'm trying to understand what is going on in your video, for me, it's kinda hard to learn because you have a lot of verse codes for 1 verse code, however, thanks for making this video!

  • @tommy5859
    @tommy5859 5 місяців тому +2

    Nice video! Keep up the good work 🔥

  • @weeplowcreative
    @weeplowcreative 5 місяців тому +2

    Very clean and useful tutorial! Thank you very much 🤩

  • @NightShadowz
    @NightShadowz 5 місяців тому +2

    Fantastic video, explains everything very well!

  • @FxPredictions
    @FxPredictions 5 місяців тому +2

    Very good!

  • @andre267
    @andre267 3 місяці тому +4

    Why does no one just a simple Tutorial how to save a Int and load it?
    No fancy extra classes or so.

    • @erickskater18
      @erickskater18 23 дні тому

      oh great idea, now you can do that video yourself

  • @PipdiPop
    @PipdiPop 2 дні тому

    can you make a verse tutorial to save niagra hats in uefn?

  • @mcblade85
    @mcblade85 4 місяці тому +1

    The last update shows a warning message saying that unique will have 'allocates' effect and will not be available at context. I'm trying to figure out how to fix it in your code.

    • @GrinernCreates
      @GrinernCreates  4 місяці тому +1

      Hey! I just pushed the change now. The reason for these errors is due to the V30.0 update where they want to ensure that the specifiers and are not in the same function. In V31.0 they will force this as an error to allow us time to fix the code.

    • @mcblade85
      @mcblade85 4 місяці тому

      @@GrinernCreates You're a life saver

  • @liwatra
    @liwatra 4 місяці тому

    I used your code as a framework for my framework and whenever an existing player comes back they can't increment or decrement any stats anymore. "log_class: Error: Player Stats Table not found". Any help?

    • @liwatra
      @liwatra 4 місяці тому

      Also it says your discord code is invalid now.

  • @Reaxgrim
    @Reaxgrim 5 місяців тому +1

    random question not related to the code lol . what setting or extension is showing the errors as you type?

    • @GrinernCreates
      @GrinernCreates  5 місяців тому +1

      It's called "Error Lens". In my opinion it saves a ton of time and it makes your code look cooler (even though errors are not cool).

    • @Reaxgrim
      @Reaxgrim 5 місяців тому

      @@GrinernCreates cheers bud.