This is one of the best Verse tutorials I've seen. You got yourself a new subscriber. Keep up the great work!!
@bbignemo10 ай бұрын
bro woke up and decides to take W
@JaidanPlays9 ай бұрын
W tutorial, took me 5 hours to get through haha!
@MaestroShark9 ай бұрын
Rip 😔
@JaidanPlays9 ай бұрын
@@MaestroShark Check your business email, I sent you an opportunity!
@samferguson92312 ай бұрын
I was struggling with User Interfaces (UIs) until I watched your video. I was avoiding Verse to make UIs, but eventually hit a wall with the "6 button" limit that Pop-up devices seem to currently have. Now I have a 12 button verse built elevator panel that works inside my elevator prop (Thanks again).
@MaestroShark2 ай бұрын
Glad this helped! Let me know if you want a tutorial for anything
@BenPen10 ай бұрын
Building the brand!
@bubzillaVR8 ай бұрын
After 20 minute verse: 52:18
@fortnite_tourney6 ай бұрын
I am trying to get it done with normal devices, without Verse code, but this is great, thank you!
@MaestroShark6 ай бұрын
Unfortunately not going to be possible if you’re looking for a device-only UI, and a bit of a challenge if you’re doing buttons. Wish you luck 🫡
@fortnite_tourney6 ай бұрын
@@MaestroShark Thanks for the comment. I actually think I may have come close to getting it done and I made a template map for others to mess with: CHEAT CODES TEMPLATE (4553-4107-0943). This is super clumsy and not practical, so for true solution I direct people to your video and your solution because for commercial projects it is the only way to go. Thanks for excellent video(s) and for showing all the steps along the way!
@ryanfrancway57957 ай бұрын
Thanks for the great tutorial! Is there any way to set a maximum number of characters in the text block?
@phillipparra835610 ай бұрын
why cant I drag the Stackbox and Buttons out on to the grey like you did It only lets me put it inside the box I already made
@pamps11mccaw10 ай бұрын
I couldnt see the code on line 185 or something when you done the function cuz ur head was in the way can you reply to this with the code THX.
@deltanik289 ай бұрын
its in the description lol
@Javi-ok7kt10 ай бұрын
Amazing tutorial. Is it possible to make a custom button UI with verse?
@anonimo-.448110 ай бұрын
thanks man!! ur the best
@NullOnRiseEsp5 ай бұрын
is there a way to make it an array? like more than one code
@williamtocco90410 ай бұрын
Awesome video! ❤ Would love to know how to make a device for tycoon props show and hide
@bojangles-brawlstars592110 ай бұрын
Would you be able to make a system that grants items from pressing interactable widgets with gold? Or how would I do that?
@BREAD___B110 күн бұрын
how do i make this in creative 1.0 ?
@VexlsGG4 ай бұрын
how do I make multiple codes for different things, like the one in Go Goated?
@RexxFNbr3 ай бұрын
yeah how
@manuels956210 ай бұрын
Thanks for the vid! Could you maye do a tutorial on how to build a tycoon game?
@EmpowerMotion2K9 ай бұрын
its dont working, i have an error in the verse code line 226 / (=Black) but nice tut
@promotechannels11349 ай бұрын
Can you upload the widget as well
@Felo_510 ай бұрын
Awesome video! ❤ Would love to know how to make it so it deactivates after 3 incorrect uses
@ZeroShotBob9 ай бұрын
Agree this is great for streamers, that is why I am here, but what happens when people watch the replay of the match and get the pin code? I have been using multiple triggers to setup the match, but people watch the replay and figured it out I haven't investigated yet, but would not want to display the code in the box (seems easy enough). But don't want the button presses to show. That I will have to investigate. Any ideas for that? Is the individual player UI hidden from the replay...hmmmmm, have to check that out.
@MaestroShark9 ай бұрын
Best use case; tie it to a persistent device like a switch. The streamer can put in the code outside of the stream and it’ll save their state in the switch
@b3rtl3d5 ай бұрын
With the new 31.00 update I am getting a build error now when adding the pinpad. When checking if the optional agent has 'Stuff', it is saying "the container lookup is unlikely to succeed. (Did you mean to use a different key?)" Do you know what would help fix this? AddPinPad(A:?agent):void= if(Info:=InfoPerAgent[A]?): # The error is on the A in the brackets right here
@MaestroShark5 ай бұрын
Needs a ? After the A, since A is an optional agent
@_DeL-Ta8 ай бұрын
Can u make a tutorial for how to add scroll boxes with verse in ui
@MaestroShark8 ай бұрын
Scroll boxes are not currently available in verse UIs, but you can use them in pop-up dialog devices (using widget blueprints).
@_DeL-Ta8 ай бұрын
Is there some way to get real time or player names in ui?
@raycluckinBell10 ай бұрын
hey man great tutorial
@Sir_Mocha9 ай бұрын
Hi there! First off, this tutorial was AMAZING! Thank you for being so detailed with your explanations, it was very helpful! The only thing I'm having a problem with is when I went back into the UI to change the colors and padding sizes to make it look better, the new look doesn't show up on the pinpad when you interact with it. I didn't change any of the coding or functions of the buttons, so I'm not sure what I'm doing wrong. Before anyone asks.... I did save it and push changes lol. Anyway, any help on this would be greatly appreciated! Thank you!
@MaestroShark9 ай бұрын
(Assuming you made these changes in the right verse file) It’s possible you need to replace your device in the level. Sometimes when you push a verse change, especially one that references a class like this, you have to replace in order for the change to show up. It’s an annoying bug.
@Sir_Mocha9 ай бұрын
@@MaestroShark Does it matter if all I did was make the changes in the Widget Blueprint? I'm not even sure what to change it to in the verse file since it's the same lol Sorry, I'm very, very new to all this!
@JK4.9 ай бұрын
@@Sir_Mochajust though I’d respond with what I know, the widget blueprint and verse file are not directly linked, the widget blueprint is a backbone or a design almost, this then transfers over to verse by you implementing all the anchors and boxes and buttons you have used, by updating in the widget blueprint you will then need to update the padding/sizes, or whatever you changed, in your verse file, basically even if you deleted you whole widget blueprint it wouldn’t matter as they are not linked and is used as a way to get the numbers and sizes for anchors, padding, stack boxes etc, hope this clears it up!
@JK4.9 ай бұрын
Hopefully one day verse and widget blueprints will be link able to make this process 100X easier
@SledMapsFN7 күн бұрын
how to add more codes?
@MaestroShark7 күн бұрын
Check out the part 2 for this > Tutorial: Updating the Pinpad Device in Verse/UEFN kzbin.info/www/bejne/mWmpmZKPaZt5rtk
@thomaspaladium468915 күн бұрын
does it save?
@MaestroShark15 күн бұрын
No; but you can code that into whatever save system you use in your map. In my game, for example, I have a verse map to store activated codes
@akiisfn7 ай бұрын
Thanks
@elmanhamdi9 ай бұрын
legend!
@ZelytowGaming5 ай бұрын
Bro there is a KZbinr called "Minerva UFFN" who stole your code !
@MaestroShark5 ай бұрын
Appreciate the pointer. All my content is free for everyone to use so I hope we can combat these scammers by sharing the original sources. Either way, glad you’re here.
@ZelytowGaming5 ай бұрын
@@MaestroShark There should be a way to add something permanent to the code, so if anyone copies and pastes it, a watermark like "Made by MaestroShark" stays there. But thank you for the video, very helpful :)