Understand Roblox VFX Scripting With THIS VIDEO

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 25

  • @couldntcreateagoodname
    @couldntcreateagoodname 5 месяцев назад +2

    this guy is the only guy who explains complicated stuff to us easily with us understanding
    underrated

  • @imnebbynub4296
    @imnebbynub4296 5 месяцев назад

    Im trying to create my own battlegrounds game and so far your vids have helped a lot so, just know that your the goat!

  • @MadLucius
    @MadLucius 5 месяцев назад +1

    I swear your the most underrated channel I know of. ❤

    • @PanMan302
      @PanMan302 5 месяцев назад

      i agree he deserves 10k subs

    • @scripting
      @scripting  5 месяцев назад

      @PanMan302 soon

    • @PanMan302
      @PanMan302 5 месяцев назад

      @@scripting yea soon

    • @BigBirdO-02-40
      @BigBirdO-02-40 5 месяцев назад

      @@scripting what happen to pcoz?

  • @Kakeliom
    @Kakeliom 7 дней назад

    Important note:
    Since LuaU takes numbers as 64 bit doubles (decimal numbers with double the precision), it's better to use "math.floor(i/10)", and that's because computers are slightly worse at handling divisions, sometimes it could just give a number thats like "1.000000000721". So better just prevent any malfunction.

    • @Kakeliom
      @Kakeliom 7 дней назад

      Throw back to 6:20

    • @scripting
      @scripting  6 дней назад

      Good note, although I doubt that this is going to be a large issue with the timesteps being in the milliseconds. Also, math.floor(i/10) will give you 0 for all i < 1

  • @chuanchay6976
    @chuanchay6976 5 месяцев назад

    Bro u deserve more views and subs 😢 love ur vids

  • @darentayfireysbbfb3253
    @darentayfireysbbfb3253 5 месяцев назад +1

    Can you teach us like, when the enemy chase you but not others, but for others, it will chase.

  • @BarbzCmon
    @BarbzCmon 4 месяца назад +1

    Can u pls make a vid how to stop a killer(from toolbox) stop moving if u look at it

  • @YorktownClass
    @YorktownClass 5 месяцев назад +1

    Underrated

  • @PanMan302
    @PanMan302 5 месяцев назад +3

    nice video 👍👍

  • @skepticbananacat7672
    @skepticbananacat7672 5 месяцев назад

    Can you make a projectile video Ive watched your raycast video it was really good but I don't know how to make it do damage to players

  • @realBoba_
    @realBoba_ 13 дней назад

    No tweens? 8:30
    Edit: ah, nvm 8:55

  • @WindyPivot
    @WindyPivot Месяц назад

    you're out of the EBook, is there any way to get it?

    • @scripting
      @scripting  Месяц назад

      www.amazon.com/Unofficial-Beginners-Guide-Roblox-Scripting-ebook/dp/B0CH3L33CV

    • @scripting
      @scripting  Месяц назад

      Amazon says the paperback is out of print but the ebook is always available

  • @jacobmedeso2118
    @jacobmedeso2118 5 месяцев назад

    Do a video on motor6D

  • @Mushffigs
    @Mushffigs 5 месяцев назад

    can i be a tester in your game? please i love your vids

    • @scripting
      @scripting  5 месяцев назад

      Thanks for the support. It’ll be out this summer 😊- stay tuned!

  • @R_SilverKnight
    @R_SilverKnight 2 месяца назад +1

    vfx on the server....

    • @scripting
      @scripting  2 месяца назад

      This is a video aimed at someone that has scripted for a maximum of a week. I don’t want to confuse them with client/server.