How to Make A Cutscene With Dialogue in Roblox Studio

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

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

  • @FL4WLESSGamer
    @FL4WLESSGamer 5 месяцев назад +8

    THANK YOU, IT WAS ME WHO ASKED FOR THIS A WHILE AGO AND YOU RESPONDED AND SHOWED ME HOW TO PERFECTLY!

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

      OF COURSE!! I GOT YOU!!!

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

      Where's the script

  • @ImSpareDev
    @ImSpareDev 5 месяцев назад +9

    To be honest, you are probably one of the best people for teaching coding, you show and make everything so easy, compared to others, and the best part is that your tutorials are not outdated. Keep up the good work man!

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

      thank you!!!

    • @official_RANDOM_dev
      @official_RANDOM_dev 4 месяца назад

      he,hiatus are two underrated gems i found in roblox community in my learning journey

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

    tbh your one of the only creators that makes daily tutorials, huges respect

  • @soda.rain_
    @soda.rain_ 5 месяцев назад

    Hey I was looking for a tutorial showing a local player rig that updates based on their avatar, I want to do an opening cutscene with the player's avatar in the background but I couldn't do it in R15, thanks!

  • @SeptyRex
    @SeptyRex 5 месяцев назад +4

    additionally to the cutscene series, you could do a first person cutscene tutorial with subtitles. Nice video :)

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

      that would actually be pretty dope! and thank you!

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

      that would be a pretty good idea!, can't wait for him to make a tutorial for that one

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

    These videos have helped a lot! But question, from your previous video of Opening Cutscenes, how do we script for when we want another cutscene to play when we press the text button?

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

    I would love to see a tutorial on how to make "directional movement" and "procedural animation" por favor, that would be awesome and very helpful for us clueless devs who want to spice things up B))

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

    Me personally, I think a good addition to this cutscene series would be a console thumbstick tutorial lol

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

    "Brush your teeth" was personal💀💀😭😭

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

    I was looking for something like this!! your tutorials are awesome!!

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

      im glad you enjoy them!

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

    Can u add a player animation to it like the mimic cutscene?

  • @SCC20
    @SCC20 4 месяца назад

    Yooo it actually works! Thanks! I really need it for my story game

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

    Hey guys just a tip if you want to gui be gone if ended then type this script at end 👇:
    textUI.Enabled = false :👈 here end spript:
    this will make it be gone when ended
    Hope this helped ☺

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

    no, i like the cutscene tutos dont stop

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

    Thank you very much man, I've been trying to learn how to do this for a long time.

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

      Of course!

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

    How to make the text appear letter by letter? Not the sentence in a single *click* yk?

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

    Nice could you do a video about morphs and how to do it

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

      ill look into it!

  • @FL4WLESSGamer
    @FL4WLESSGamer 4 месяца назад

    Can you do this when a moon animator animation plays when the cutscene starts? then sync the dialogue with the animation.

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

    It works thank you; but can you make it so the player is frozen when the cutscene happens; that way they can't move while the cutscene happens

  • @noobguy2754
    @noobguy2754 5 месяцев назад +6

    so i have a question, what type are u good at?
    like scripting, vfx, buliding etc.
    to me u look like a vfx dude, cuz ur scripting is very basic
    last question:
    do you know oop or task functions? like task.spawn, task.delay, etc….
    also im a big fan from 700 subs

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

      also there is a better way to do subtitles:
      local script:
      local TextLabel = script.Parent - imagine its the child of the textlabel
      local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep
      local function TextChange(textLabel ,text, wait)
      for 1, #text,1 do
      textLabel.Text = string.sub(text,1,i)
      - You can also play a sound so whenever a text shows its plays a sound
      task.wait(wait)
      end
      end
      TextRemote.OnCilentEvent:Conncet(function(Label, text, wait)
      TextChange(Label, text, wait)
      end)
      Server script:
      local TextLabel = game.StarterGui.ScreenGui.TextLabel
      local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep
      repeat wait() until game:IsLoaded
      while task.wait(2) do
      TextRemote:FireAllCilents(TextLabel, “RKGAM3Z2 is the best guy ever”, 0.05
      end
      this will give the text label a typewriter effect, also ignore any typos i made cuz i write all of this on a ipad 💀
      i swear i didnt use chatgpt i swear

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

      @RKGAM3ZS pls respond why dont you respond to me?.?

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

    could you show us how we could make an infinite path of parts with turns in it? would be very useful

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

    the triangle is very sreious

  • @roccorusso-w6l
    @roccorusso-w6l Месяц назад

    I got this mostly to work but every now and then the camera gets stuck in some random place. It dosent look like i made any errors in the script. PLZ HELP

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

    What about like one time quest
    And quest that changes

  • @SidneyCrosbyFan-NRS
    @SidneyCrosbyFan-NRS 4 месяца назад +1

    how do you make it so the cutscene plays after you touch a part?
    pls help

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

    Task wait script was personal 👀

  • @duck_sandwich9967
    @duck_sandwich9967 3 месяца назад

    it didnt work when i did the first bit of scripting, right before the text ui where it showed the camera, can anyone help me

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

    Cutscene with Dialouge with animations?

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

    Sigma vid 👌

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

      thank you B)

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

    Thanks a lot! i'll be using this :D

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

    please please please do a tutorial strictly on how to make a duration for text (how long the text is on the screen) for your next video because idk what to do 😭

    • @Cowboybootz_
      @Cowboybootz_ 3 месяца назад

      It’s the task.wait(#) you insert the amount of seconds you want it to be on the screen in the parentheses

    • @Peptonix
      @Peptonix 3 месяца назад

      @@Cowboybootz_ ohhh okay well tysm 🙏🏾

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

    epiccc videoooo!!!!!!!!!

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

    W

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

    yooo 4hrs ago

  • @OT_fortnite
    @OT_fortnite 4 месяца назад

    it wont make it go back to the persons camera

  • @TheRealKingMSM
    @TheRealKingMSM 4 месяца назад

    For me for some reason it just flings my camera up

    • @TheRealKingMSM
      @TheRealKingMSM 4 месяца назад

      i also made it that when you touch a part it does the cutscene

    • @TheRealKingMSM
      @TheRealKingMSM 4 месяца назад

      Fixed it nvm

  • @SoraSlayerYT
    @SoraSlayerYT 5 месяцев назад +4

    FIRST!!!

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

      welcome B), and yes you really were first

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

    Funny👍

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

      thank you :)

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

    Can someone put the script in this comment in replies pls

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

    first

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

      welcome aswell! you were close, the other person beat you by 14 seconds, you shall both be first.

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

    Primero

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

      everybody is first today

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

    horrible way to do it, nice job bozo

  • @Marcuu2z
    @Marcuu2z 3 месяца назад

    any way for someone to copy the script? @RKGAM3ZS

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

    W

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

    first

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

      welcome, you are first now aswell! we are all first!

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

    W