How to Make ADVANCED DIALOGUE SYSTEM | 2024 ROBLOX STUDIO

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

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

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

    Hey uhmmm I have a question… can you make another video about how to make a dialogue AND animation? It’d be rly helpful, I subbed and liked btw (this helped a lot)

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

    Thank you very much for the tutorial !! You are the goat, continue like this !! But I have a question, how to do the same dialogue system but instead of doing with a proximity prompt used the mouse click ? Thanks 🙏

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

      Thanks! This is a very simple task to do. All you have to do is add a click detector to your character instead of a proximity prompt. But the script inside the click detector and change the line of code in that script from
      proximityprompt.Triggered:Connect(function(player)
      to: script.Parent.MouseClick:Connect(function(player)

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

      @@SmakTojCodesThank you very much you are the goat. Continue like this !!

  • @Cop-fc4gn
    @Cop-fc4gn Месяц назад

    Lets say iwanted each character to have different typing speeds sounds and fonts. Woul i instead do a table like TypingSound = {}

  • @jacobk.6115
    @jacobk.6115 Месяц назад

    Is it possible to change the typing sound for different characters?

    • @SmakTojCodes
      @SmakTojCodes  Месяц назад +1

      @@jacobk.6115 imma look into it

    • @catticus6637
      @catticus6637 27 дней назад

      @@SmakTojCodes did you ever figure this out? would love to know!!

  • @CyberCoreX
    @CyberCoreX Месяц назад +2

    can i add more text then 3 to a npc

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

    could you paste the scripts in the desc or my comment please x