UEFN Verse For Beginners Course - Functions - Lesson 5

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 27

  • @williamsteele8480
    @williamsteele8480 Рік тому +15

    Epic needs to hire you

  • @DavidMaclin351
    @DavidMaclin351 Рік тому +14

    You are a really good instructor. I am good at showing people how to do specific things, but I just can not teach people how things work in ways that they can solve problems. I'm glad the community has you!

  • @insanethere4per205
    @insanethere4per205 Рік тому +5

    The second uefn get better player character customization(animations, weapons, locomotion) and uefn become more open and free (like Roblox) this your channel is going to blow up for these verse tutorials. Keep ‘em coming. Can’t wait till you start manipulating the game with code.

    • @WarforgeXP
      @WarforgeXP  Рік тому +5

      Next video will put what we learned so far into action

  • @NemeanCreates
    @NemeanCreates Рік тому +3

    I knew jack all of nothing about coding. After finishing this lesson 5, hot damn I feel like I have finally conquered my white whale of not being able to get in to coding. Your lessons have been fun, entertaining, informative and the practice lessons at the end are very highly appreciated, so thank you for all these videos! Can't wait to get my own games up and running with code.

  • @ThePhanntom
    @ThePhanntom Місяць тому

    Thank you very much for making this content. It is extremely useful!

  • @ReacherFN
    @ReacherFN Рік тому +1

    Going through these and thanks for the refresher in programming highly needed this.

  • @Brannchy
    @Brannchy 7 місяців тому

    need more videos like this man you truly are a remarkable teacher 🙌

  • @Miidniie
    @Miidniie 3 місяці тому

    Love these videos! I just wish there was a homework review for the assignments so I know if I'm doing them right

  • @forty42two
    @forty42two Рік тому

    Very useful lessons, thank you!

  • @KirillGridnev-x2y
    @KirillGridnev-x2y 10 місяців тому +1

    It's Jason Statham!!!

  • @Vizeloo
    @Vizeloo Рік тому

    W

  • @joaocarlosp.p.6550
    @joaocarlosp.p.6550 5 місяців тому

    This works?? if(!Fighting) for false or if(Fighting) for true

  • @s3rge216
    @s3rge216 9 місяців тому

    When I type else I get a red underline on it any help with this?

  • @This_is_Elzed
    @This_is_Elzed Рік тому

    Is the fortnite log limit us to 50 lines ?
    I do a combat system with critical chance and healthpotion that works but i can see all the fight in log because i think my code generate more than 50 lines with the Print() function.
    I though that was my code the problem at first, but i found nothing wrong in it and i started to compared the logs and apparently the log stop to display lines after 50 :/
    If i have less than 50 lines, the fight go to then end.

  • @silverbullet184
    @silverbullet184 Рік тому

    In the parenthesis for GetRandomInt, could you put "# OR #"?

    • @WarforgeXP
      @WarforgeXP  Рік тому

      One quick thing you could do is have your numbers (let’s say 48 and 3)
      Var RandNum := GetRandomInt(47,48)
      if (RandNum = 47):
      set RandNum = 3

    • @silverbullet184
      @silverbullet184 Рік тому

      @@WarforgeXP That makes a lot of sense now that I think of it. Thanks!

  • @jones90667
    @jones90667 Рік тому

    I got a question and it is if it would be possible to attach a light or an object to a player or at least make this object follow the player simulating like it's attached😅?

    • @WarforgeXP
      @WarforgeXP  Рік тому

      A light i don’t think so. A prop, yes

    • @hintywinty
      @hintywinty Рік тому +1

      i dont think you can but you could create a prop with a light attached to it and make it teleport on the player every 0 seconds

    • @jones90667
      @jones90667 Рік тому

      @@hintywinty is there like a turorial for that I'm literally useless at verse 😅

    • @hintywinty
      @hintywinty Рік тому

      @@jones90667 yeah ill make a video in a bit

    • @jones90667
      @jones90667 Рік тому

      @@hintywinty thank you !!