How to Make A Cutscene With Dialogue in Roblox Studio

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 83

  • @FlawlessGamez
    @FlawlessGamez 7 місяців тому +11

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

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +3

      OF COURSE!! I GOT YOU!!!

    • @AtlasTreleven
      @AtlasTreleven 4 місяці тому +1

      Where's the script

  • @ImSpareDev
    @ImSpareDev 6 місяців тому +10

    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  6 місяців тому +1

      thank you!!!

    • @official_RANDOM_dev
      @official_RANDOM_dev 6 місяців тому

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

  • @Mq13_O7
    @Mq13_O7 7 місяців тому +3

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

  • @SeptyRex
    @SeptyRex 7 місяців тому +4

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

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +3

      that would actually be pretty dope! and thank you!

    • @ACYT_games
      @ACYT_games 7 місяців тому +2

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

  • @BooleanBagus
    @BooleanBagus 7 місяців тому +1

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

  • @kylethemurderer9873
    @kylethemurderer9873 6 місяців тому +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))

  • @soda.rain_
    @soda.rain_ 7 місяців тому

    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!

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

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

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +1

      im glad you enjoy them!

  • @SCC20
    @SCC20 6 місяців тому

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

  • @KM_offyt
    @KM_offyt 5 місяців тому +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?

  • @vNoahlol
    @vNoahlol 7 місяців тому +2

    epiccc videoooo!!!!!!!!!

  • @ThatOneDude484
    @ThatOneDude484 7 місяців тому +2

    "Brush your teeth" was personal💀💀😭😭

  • @txmes2
    @txmes2 8 днів тому

    nevermind again i’m js stupid and ur goated. Thanks Man!

  • @NextGen_Games_Roblox
    @NextGen_Games_Roblox 6 місяців тому

    no, i like the cutscene tutos dont stop

  • @King_capy1
    @King_capy1 7 місяців тому +3

    W

  • @Kinda_God
    @Kinda_God 7 днів тому +1

    how do you make characters move around, talk and its a cutscene

  • @LegowizardS10
    @LegowizardS10 7 місяців тому +2

    Sigma vid 👌

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +2

      thank you B)

  • @HeyItsAdrian
    @HeyItsAdrian 6 місяців тому +1

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

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

    the triangle is very sreious

  • @keyblademaster8263
    @keyblademaster8263 7 місяців тому +2

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

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +2

      ill look into it!

  • @Mirage_BS
    @Mirage_BS 7 місяців тому +1

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

  • @DispIayname.
    @DispIayname. 6 місяців тому

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

  • @ccrazy214
    @ccrazy214 7 місяців тому +2

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

  • @txmes2
    @txmes2 8 днів тому

    Is there any way to play music or sounds in between dialogue?

  • @FlawlessGamez
    @FlawlessGamez 6 місяців тому

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

  • @SoraSlayerYT
    @SoraSlayerYT 7 місяців тому +4

    FIRST!!!

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +1

      welcome B), and yes you really were first

  • @txmes2
    @txmes2 8 днів тому

    The cameras and dialogue aren’t working, but it delays my spawn. Any suggestions?

  • @noobguy2754
    @noobguy2754 7 місяців тому +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 7 місяців тому +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 6 місяців тому

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

  • @LuaCoder
    @LuaCoder 6 місяців тому

    Task wait script was personal 👀

  • @duck_sandwich9967
    @duck_sandwich9967 5 місяців тому +1

    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

  • @RedbloxPlays
    @RedbloxPlays 4 місяці тому +2

    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 ☺

  • @CircuitCodes
    @CircuitCodes 6 місяців тому

    What about like one time quest
    And quest that changes

  • @Peptonix
    @Peptonix 6 місяців тому

    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 😭

    • @astro.x44
      @astro.x44 5 місяців тому

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

    • @Peptonix
      @Peptonix 5 місяців тому

      @@astro.x44 ohhh okay well tysm 🙏🏾

  • @chloeablaza2857
    @chloeablaza2857 7 місяців тому +2

    yooo 4hrs ago

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

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

    • @rkgam3zs
      @rkgam3zs  6 місяців тому +1

      Of course!

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

    Funny👍

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

      thank you :)

  • @SidneyCrosbyFan-NRS
    @SidneyCrosbyFan-NRS 5 місяців тому +1

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

  • @nightmareforreal
    @nightmareforreal 7 місяців тому +1

    Cutscene with Dialouge with animations?

  • @beezle18397
    @beezle18397 7 місяців тому +3

    first

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +1

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

  • @txmes2
    @txmes2 8 днів тому

    nevermind now it doesn’t do anything at all

  • @roccorusso-w6l
    @roccorusso-w6l 3 місяці тому

    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

  • @OT_fortnite
    @OT_fortnite 6 місяців тому

    it wont make it go back to the persons camera

  • @TheRealKingMSM
    @TheRealKingMSM 6 місяців тому

    For me for some reason it just flings my camera up

    • @TheRealKingMSM
      @TheRealKingMSM 6 місяців тому

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

    • @TheRealKingMSM
      @TheRealKingMSM 6 місяців тому

      Fixed it nvm

  • @ByHenrryd1064
    @ByHenrryd1064 7 місяців тому +2

    Primero

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +1

      everybody is first today

  • @Dragon_VR-c5h
    @Dragon_VR-c5h 3 місяці тому

    Can someone put the script in this comment in replies pls

  • @XomiAnimations
    @XomiAnimations 4 місяці тому

    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

  • @vengeanc3_cc
    @vengeanc3_cc 7 місяців тому +2

    horrible way to do it, nice job bozo

  • @Marcuu2z
    @Marcuu2z 5 місяців тому +1

    any way for someone to copy the script? @RKGAM3ZS

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

    W

  • @TapedDemon
    @TapedDemon 7 місяців тому +1

    first

    • @rkgam3zs
      @rkgam3zs  7 місяців тому +1

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

  • @CR7Vision2
    @CR7Vision2 5 місяців тому

    W