Tutorial: Voting UIs using Verse for UEFN/Fortnite Creative 2.0

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 57

  • @MaestroShark
    @MaestroShark  11 หลายเดือนก่อน +4

    What else do you need in your Verse Voting UI? Drop a suggestion for part 2!

    • @MuslimHaven
      @MuslimHaven 11 หลายเดือนก่อน

      bro for some reason whenever I run it the code runs both functions StartVotng and StopVoting instantly

    • @MaestroShark
      @MaestroShark  11 หลายเดือนก่อน

      @@MuslimHaven If you’re using triggers with a delay like I did in the video, make sure you add a delay to the stop voting one

    • @emmanuelb7881
      @emmanuelb7881 10 หลายเดือนก่อน +1

      How to randomize the voting candidates ? ❤

  • @gus1kzFN
    @gus1kzFN 11 หลายเดือนก่อน +6

    Now a lot of people want to learn how to make Tycoon's, with custom currency, and the function of buying with this currency or adding every second for buying something, I think that you should do such a tutorial, because you are very cool in UEFN and really can get a lot of views on this. Thank you so much for the resource counting tutorial, but if you did this one more, you'd be priceless.

  • @DominienHD
    @DominienHD 11 หลายเดือนก่อน +4

    Literally did this few days ago it took me so long but i learned everything you have to know about ui's

  • @PokeCulture
    @PokeCulture 2 หลายเดือนก่อน

    im getting errors "Unknown Identifier" in the S2M parts of
    GetButton():button_loud=
    return button_loud{DefaultText:=S2M("Votes: 0")}
    and
    stack_box_slot:
    Widget:=text_block:
    DefaultText:=S2M("{Name}")

  • @VidXon
    @VidXon 11 หลายเดือนก่อน +2

    Can you make a custom timer on top of the voting system

  • @aidenkim6629
    @aidenkim6629 11 หลายเดือนก่อน +3

    Is their a github repo or paste bin I can get the code from?

  • @StrongzGamez
    @StrongzGamez 11 หลายเดือนก่อน +1

    dope as hell with a lot of info as always thank you!

  • @VidXon
    @VidXon 11 หลายเดือนก่อน +1

    Thanks you bro so much!!! Been looking for a tutorial for multiple weeks now

    • @pepycek1
      @pepycek1 11 หลายเดือนก่อน

      Yo can you send me the Whole Verse code?

    • @iamthekingofmountains654
      @iamthekingofmountains654 10 หลายเดือนก่อน

      did you get it???
      @@pepycek1

    • @ImWoki
      @ImWoki 9 หลายเดือนก่อน

      lazy asf @@pepycek1

  • @anonimo-.4481
    @anonimo-.4481 11 หลายเดือนก่อน +2

    Could you create a tutorial on how to change the static mesh of the zombies in the creature spawner? I've noticed that it's possible to modify the static mesh with verse.

    • @EV_WAKA
      @EV_WAKA 11 หลายเดือนก่อน

      You can’t. What you’re seeing is ppl making the zombies invisible and then spawning custom meshes on its location/rotation with an animation on it

    • @TheClungeFarmer
      @TheClungeFarmer 11 หลายเดือนก่อน

      I think its possible but yes thats how people are doing it with zombies set to hide
      @@EV_WAKA

  • @theterriblearchives5699
    @theterriblearchives5699 5 หลายเดือนก่อน

    Quick tip/suggestion/request. Start your video by showing the end result

  • @imnzte
    @imnzte 8 หลายเดือนก่อน

    Hello, love the video!
    For the text_block, how can I give it a outline so it's easier to see on the UI?

  • @This_or
    @This_or 11 หลายเดือนก่อน

    Can you do ranked system? Like this is showing ranks(ui) and u are getting points from kills

  • @epik_robie1709
    @epik_robie1709 11 หลายเดือนก่อน

    Discord link does not work and can't find server via search

    • @MaestroShark
      @MaestroShark  11 หลายเดือนก่อน

      odd, works for me. Try discord.gg/8d8Ec5yekA

  • @MuslimHaven
    @MuslimHaven 11 หลายเดือนก่อน

    very helpful thank you so much

  • @nithindas7184
    @nithindas7184 10 หลายเดือนก่อน

    can we use structs instead of the classes your created down under? And why are you creating widget blueprint manually instead of just passing an editable widget blueprint and work only on the button interactions?

    • @MaestroShark
      @MaestroShark  10 หลายเดือนก่อน

      - Classes give us access to functions
      - You can’t use widget blueprints in verse
      - By sticking solely to verse this becomes fully dynamic, adding votes will automatically adjust the UI

  • @wambliwaste
    @wambliwaste 6 หลายเดือนก่อน

    pls! y can share the verse code text?

  • @R1nzlor
    @R1nzlor 11 หลายเดือนก่อน

    You should do a break down on sypherpks map and how to build it. I say this because I’ve Ben trying to make a player tester teleport 2 players when 2 players are in the circle

  • @juancarlosplate9036
    @juancarlosplate9036 5 หลายเดือนก่อน

    Hey how could I make a voting system that chooses a random mini game. Each mini game is in its own verse file. During voting I want to choose a random 3 games to display on the ui

    • @metroid-minecraft
      @metroid-minecraft 5 หลายเดือนก่อน

      have you figured it out

    • @juancarlosplate9036
      @juancarlosplate9036 5 หลายเดือนก่อน

      @@metroid-minecraftjust did basically just shuffle the array of voting candidates

    • @metroid-minecraft
      @metroid-minecraft 5 หลายเดือนก่อน

      @@juancarlosplate9036 how do i do that do u have the script

    • @juancarlosplate9036
      @juancarlosplate9036 5 หลายเดือนก่อน

      @@metroid-minecraft u just set voting candidates = Shuffle(voting candidates) I do this in my start voting function. And then in the make Canvas function instead of for looping through all voting candidates I only do the first three indexes

    • @wrightexe1
      @wrightexe1 4 หลายเดือนก่อน

      @@juancarlosplate9036 any way you can show the script or make a quick video or something? this is exactly what I want to do, sounds very helpful

  • @a_toby_a
    @a_toby_a 6 หลายเดือนก่อน

    How would I go about adding an additional vote? At the top I added another "voting_candidate" and this works as intended but the image for the vote shows up as the border image rather than the actual image I set for it inside the "voting_candidate" and the text doesn't appear...

    • @a_toby_a
      @a_toby_a 6 หลายเดือนก่อน

      The first two votes work fine, the image and text are there.. the third vote shows up (as in it has the button and extends the border correctly etc...) but its image is the border and the text is nothing.. I assume its because you set the texture and name inside the voting candidate class but you said that's fine and it works for the first two so im just confused why its not working for the third one

    • @a_toby_a
      @a_toby_a 6 หลายเดือนก่อน

      Not sure what I changed but I fixed it

    • @FxPredictions
      @FxPredictions 6 หลายเดือนก่อน

      @@a_toby_a its doing that for me do you rememeber how

    • @a_toby_a
      @a_toby_a 6 หลายเดือนก่อน

      @@FxPredictions i dont think i changed anything, i think restarting uefn fixed it

  • @wrightexe1
    @wrightexe1 4 หลายเดือนก่อน

    Could you do a tutorial on how to randomize the voting options? I'm making a minigame map and want there to be only 2 options from an array of different games. Thank you! This video was a big help

    • @TopsyTurvyGames-t7u
      @TopsyTurvyGames-t7u 2 หลายเดือนก่อน +1

      Not sure if you've found one, but I'm working on one at this moment. It's probably 50% of the way done and as long as the recording comes out good should be done within a few days hopefully.

    • @wrightexe1
      @wrightexe1 2 หลายเดือนก่อน

      @@TopsyTurvyGames-t7u thanks dude, I’ll check it out

    • @TopsyTurvyGames-t7u
      @TopsyTurvyGames-t7u 26 วันที่ผ่านมา +1

      ​@@wrightexe1 Sorry, it's been a month. I had planned on having something within a few days of my comment and life happened. I'm currently working on it again and it will just take from where MaestroShark's video leaves off. Hopefully it shouldn't be too long. I'll comment again when it's done.
      Edit: the video is done but TH-cam is throwing a fit trying to process it for some reason. I'll try again tomorrow.

    • @TopsyTurvyGames-t7u
      @TopsyTurvyGames-t7u 24 วันที่ผ่านมา

      @@wrightexe1 Well, TH-cam is fighting me with my video. I don't know why but it has problems processing it. This creator has a new video out though that shows you how to do what you're asking.

  • @foxx66
    @foxx66 11 หลายเดือนก่อน

    hello i am a french creator, i would like to create a map box fight super power but i don't know enough versed to create one power per player, and make it random, could you help me?

    • @Kaniinilol
      @Kaniinilol 10 หลายเดือนก่อน

      you dont need verse just use random number generator for randomized power and connect it to spawn pads and it will give random class with ma x16powers or random team with max 100 powers.

  • @noelhirsch7491
    @noelhirsch7491 11 หลายเดือนก่อน

    I have the Problem that whenever the votes are Updated, the Layout moves either to the left or right. Do you know Why?

    • @pepycek1
      @pepycek1 11 หลายเดือนก่อน

      Yo can you send me the Whole Verse code?

  • @himez
    @himez 11 หลายเดือนก่อน

    Ty

  • @VidXon
    @VidXon 11 หลายเดือนก่อน

    How did you get the garbage border

    • @MaestroShark
      @MaestroShark  11 หลายเดือนก่อน

      It’s just a trash texture I marked up in Google Drawings before I made the tutorial 😂

    • @JK4.
      @JK4. 10 หลายเดือนก่อน

      @@MaestroSharkwait… so I’m not the only one that makes UI elements in google drawings then haha

    • @iamthekingofmountains654
      @iamthekingofmountains654 9 หลายเดือนก่อน

      @@JK4. hey man, have you ben able to get the voting system running?

    • @JK4.
      @JK4. 9 หลายเดือนก่อน

      @@iamthekingofmountains654 yeh I got it running, why?

  • @vibez5947
    @vibez5947 11 หลายเดือนก่อน

    How to make an infinite zonewars

  • @buon3341
    @buon3341 7 หลายเดือนก่อน

    It does not work

  • @nestorasgregoriou2684
    @nestorasgregoriou2684 4 หลายเดือนก่อน +1

    pls close your camera you are distracting me