How to make a CUTSCENE│Roblox Studio Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 172

  • @Disobeyedcrab
    @Disobeyedcrab  ปีที่แล้ว +41

    Enjoy

    • @kachimark4177
      @kachimark4177 ปีที่แล้ว +2

      😂

    • @fearedwolf1731
      @fearedwolf1731 ปีที่แล้ว +1

      Help me, the script won't generate and I'm getting kinda angry

    • @humanbasiclol3010
      @humanbasiclol3010 ปีที่แล้ว +1

      why script not generated?!!?!?!?!?!?!?

    • @Jfandj
      @Jfandj ปีที่แล้ว +1

      Thank you so much for making this vid I was stuck on animations for ages

    • @Adamations14
      @Adamations14 ปีที่แล้ว +1

      the script wont generate

  • @Smurfis
    @Smurfis ปีที่แล้ว +27

    It’s really confusing that we still don’t know how you moved the characters and parts was it just an animation that plays whilst the camera moves

  • @dooberloober
    @dooberloober 8 หลายเดือนก่อน +1

    If anyone has problems with the script not loading even after agreeing to the plugin to change scripts, an easy fix for this is to drag it into starter player scripts instead of it being in start character. This resolved the problem for me and i hope i helped yall ^^ edit: mb switch it, it was originally in starter player but putting it in starter character scripts is what saved it :')

    • @Kira-ue5xu
      @Kira-ue5xu 7 หลายเดือนก่อน +1

      Omg tysm

    • @dooberloober
      @dooberloober 7 หลายเดือนก่อน

      @@Kira-ue5xu ofc!

    • @user-OnlyNick
      @user-OnlyNick 7 หลายเดือนก่อน

      says an error with the sound data

    • @user-OnlyNick
      @user-OnlyNick 7 หลายเดือนก่อน

      nevermind you are a genius and shall be loved

    • @dooberloober
      @dooberloober 7 หลายเดือนก่อน

      glad to help!@@user-OnlyNick

  • @RedRare_
    @RedRare_ ปีที่แล้ว +3

    Can anyone tell me how do I make it so when a part is touched then it plays?

  • @Trplati
    @Trplati 11 หลายเดือนก่อน +3

    Quick thing for yall, make sure to allow script changes, it will NOT work if you dont do so!

    • @sirbloxy007
      @sirbloxy007 11 หลายเดือนก่อน

      how

    • @Trplati
      @Trplati 11 หลายเดือนก่อน

      @@sirbloxy007 it will have a popup

    • @ChannelDiscontinued243
      @ChannelDiscontinued243 8 หลายเดือนก่อน

      after you do it, can you change it back?@@Trplati

    • @ahmedhamzamohammed8600
      @ahmedhamzamohammed8600 4 หลายเดือนก่อน +1

      But I have already downloaded it and I don’t remember if I have allowed it or not so how do I check if I have allowed it

  • @BlueKingSheepRBLX
    @BlueKingSheepRBLX ปีที่แล้ว +3

    Thank you for this! it really helped!

  • @badhandlename
    @badhandlename ปีที่แล้ว +2

    THANK U SO MUCH!

  • @sirappleshakez
    @sirappleshakez ปีที่แล้ว +2

    i wanna make that when i join it doesnt play, when i touch a specific part it work how i do that

    • @feroce77
      @feroce77 6 หลายเดือนก่อน

      same

  • @elusive1482
    @elusive1482 ปีที่แล้ว +1

    ur cutscene broke my game

  • @ultimatefire1009
    @ultimatefire1009 ปีที่แล้ว +10

    is there a way to make it so like, instead of the camera moving to the next position, it just snaps to the next camera angle? cause thats what im looking for

    • @jcjrblx
      @jcjrblx ปีที่แล้ว +3

      change the duration of the transition to 0 lol?

    • @ultimatefire1009
      @ultimatefire1009 ปีที่แล้ว

      @@jcjrblx wouldn't that just make the cutscene camera angles not play at all?

    • @jcjrblx
      @jcjrblx ปีที่แล้ว +8

      ​@@ultimatefire1009 my mistake, I misunderstood. Getting the result you're seeking is relatively easy. all you need is a script with a function that changes the camera's subject(what the camera is facing). it'd look something like this:
      local Camera = game.Workspace.CurrentCamera -- variable for camera
      local player = game.Players.LocalPlayer.Character -- variable for player's character
      local function Cutscene(Subject1, subject2) -- add as many as you need
      Camera.CameraType = Enum.CameraType.Scriptable -- allows us to script the camera
      Camera.CameraSubject = Subject1 -- changing camera's subject
      Camera.CFrame = Subject1.CFrame -- making the camera align with subject

      wait(10)
      Camera.CameraSubject = subject2 -- after ten seconds the camera will snap to subject2
      wait(10)

      Camera.CameraType = Enum.CameraType.Custom -- reverting to the default CameraType
      Camera.CameraSubject = player -- setting the camera subject back to default
      end
      wait(5)
      Cutscene(PartA, partB, partC, etc) -- executing the function
      (put your parts in the parenthesis above, separate with commas)
      (make sure it's a LocalScript, make sure it's located in the StarterGui folder using the explorer)
      -- Hope this helps! I'm here to help if not
      -- JCJ:)

    • @joshua4721
      @joshua4721 ปีที่แล้ว

      @@jcjrblx scripting is so hard

    • @jcjrblx
      @jcjrblx ปีที่แล้ว

      @@joshua4721 I completely agree. you're in the right place though. the amt of free info and tools nowadays is incredible

  • @MochaSugar50658
    @MochaSugar50658 ปีที่แล้ว +1

    I don’t get why mine isn’t working anymore… I use the exact same method and it doesn’t work anymore. This cutscene editor is clearing terrible, it’s only camera

  • @ExplosiveCreator
    @ExplosiveCreator ปีที่แล้ว +1

    I gotta ask.. HOW DO YOU GET THOSE GRAHPICS!!!

  • @cobradevss
    @cobradevss ปีที่แล้ว +1

    THANK YOU SO MUCH BRO APPREICATE IT TONS!!!!

  • @jerseyboy2008
    @jerseyboy2008 ปีที่แล้ว +4

    can you add the script in the description next time?
    thanks!

  • @user-OnlyNick
    @user-OnlyNick 7 หลายเดือนก่อน

    when i join the cutscene doesnt even start, even when i tried other methods like touching a part

  • @IL_CAPITANO503
    @IL_CAPITANO503 ปีที่แล้ว +1

    this sucks, everytime i click generate script the script doesnt even generate. And when i go to the game the cutscene doesnt play

  • @thegamingkids2239
    @thegamingkids2239 ปีที่แล้ว +1

    the Generate script doesn't work may u explain?

  • @FatradGaming
    @FatradGaming ปีที่แล้ว +1

    wen i generate script it wont pop up in the starterplayer how to i fix that?

  • @PB-2K
    @PB-2K 9 หลายเดือนก่อน

    How do I make the cutseen like a bit after it starts

  • @AJGaming732
    @AJGaming732 6 หลายเดือนก่อน

    Plugin "Codes Otaku Cutscene" was denied script injection permission. You can grant this permission in the Plugin Manager.

  • @ethanandrews9495
    @ethanandrews9495 ปีที่แล้ว

    How do you add music without ruining it? Tryna be careful I want to make a Roblox movie, and kick the players out at the end but don’t know how to do that either but this tutorial was so much help

  • @xo2bl
    @xo2bl ปีที่แล้ว +2

    How do I exit the cutscene mode? Like how do I get back to the normal mode where I can click whatever I want and stuff?

    • @47deadmemesSL
      @47deadmemesSL ปีที่แล้ว

      click properties and search up visible! then make it invisible

  • @Affinity_Official
    @Affinity_Official ปีที่แล้ว +1

    how do you add dialogue

  • @turbsyy
    @turbsyy ปีที่แล้ว

    How do make it once. I want it like gta5 first robbery scene😊

  • @darkbegin
    @darkbegin ปีที่แล้ว +1

    Is there a way to play cutscene when u touch a part in the workspace?

  • @abdelrahmanqe-5538
    @abdelrahmanqe-5538 ปีที่แล้ว

    noice potato Roblox studio dev was here 🙃

  • @kenzi3365
    @kenzi3365 ปีที่แล้ว +1

    how do you get the sky?

  • @invincible_craft
    @invincible_craft ปีที่แล้ว +1

    How do you make it where it plays when a certain thing happens?

    • @Atoniobabosa
      @Atoniobabosa ปีที่แล้ว

      i would like to know too
      i want to make it play when a part is touched

    • @FKyler-bu3mb
      @FKyler-bu3mb ปีที่แล้ว

      @@Atoniobabosato do this watch another tutorial srry but it’s a whole another script

    • @MeijerBoy
      @MeijerBoy 11 หลายเดือนก่อน

      Trigger plate

  • @jeuxvideo1043
    @jeuxvideo1043 ปีที่แล้ว

    It zooms without showing the cutscene and am freeze ofc

  • @explodeyblocks9748
    @explodeyblocks9748 ปีที่แล้ว

    thanks!

  • @nasir173
    @nasir173 ปีที่แล้ว

    I’m making a game that’s full of cutscenes can this plugin generate a script where cutscenes happen at multiple times

  • @jeoijo
    @jeoijo ปีที่แล้ว

    can i make a dialouge when the cutscene starts?

  • @adampigeonstudios7372
    @adampigeonstudios7372 ปีที่แล้ว

    wat about at a certan point the cutscene plays?

  • @extremeprankster4335
    @extremeprankster4335 ปีที่แล้ว

    can i know where did you got the gun or the script for the gun function in the discord server?

  • @brandon6114
    @brandon6114 ปีที่แล้ว

    hey disobeyedCrab do you still work on ValHeart?

  • @AspectylanOfficial
    @AspectylanOfficial ปีที่แล้ว

    Thank You

  • @TVE851
    @TVE851 ปีที่แล้ว

    when i click generate script it just doesnt do anything

  • @redtdr5361
    @redtdr5361 ปีที่แล้ว

    can u give us ur lighting settings

  • @fatifatfat5163
    @fatifatfat5163 ปีที่แล้ว

    for me its glitched and it captures the camera position automaticly without me even clicking it

    • @BlushedElf
      @BlushedElf ปีที่แล้ว

      I think you turned on the record

  • @thiaathebiggestsigma
    @thiaathebiggestsigma 11 หลายเดือนก่อน

    Thanks for teaching me yo earned a sub❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @gustloffshizukayamamoto4689
    @gustloffshizukayamamoto4689 ปีที่แล้ว

    How do I actually make the cutscene to a next point not like follow the lines

  • @real_areracken
    @real_areracken ปีที่แล้ว

    is there any way i can make a first person cutscene

  • @BreadTed269
    @BreadTed269 ปีที่แล้ว +1

    2:59 3:01 3:03

  • @jamieplayz247
    @jamieplayz247 ปีที่แล้ว

    Do u have to click

  • @JohnConnollozzi-f2f
    @JohnConnollozzi-f2f 9 หลายเดือนก่อน

    you sound like faze banks

  • @temelseyhan5134
    @temelseyhan5134 5 หลายเดือนก่อน

    I Can't Find My Script

  • @BranDaManGaming
    @BranDaManGaming ปีที่แล้ว

    it did not play help me

  • @twincube4254
    @twincube4254 ปีที่แล้ว

    Is there a way for the player character and custom characters be in the cutscene like piggy but the characters has animations

    • @dooberloober
      @dooberloober 8 หลายเดือนก่อน

      it is possible but this is only for camera cutscenes, in order to add animations you will need a whole seperate script that plays the animation

  • @popcatgaming9226
    @popcatgaming9226 ปีที่แล้ว

    i just installed it and accidently clicked deny to the scripts ;-;
    is there anything i can do to go back and change that? or am i just stuck

    • @mellowendacopia
      @mellowendacopia ปีที่แล้ว

      Plugin > My Plugins > the plugin > down it appear "Acces Deny of scripts or some thing lol" and click it

  • @JomarD30
    @JomarD30 ปีที่แล้ว

    lets gooo

  • @feroce77
    @feroce77 6 หลายเดือนก่อน

    It doesen't play?

  • @kachimark4177
    @kachimark4177 ปีที่แล้ว

    Cool Video 🤣🤣

  • @Super-sun05
    @Super-sun05 2 หลายเดือนก่อน +1

    1+ sub

  • @brqd4623
    @brqd4623 ปีที่แล้ว +1

    cool

  • @JanDymlovic
    @JanDymlovic ปีที่แล้ว

    nice but be carefull there is a option to play only once! turn it of

  • @r06yes29
    @r06yes29 ปีที่แล้ว

    it spaws ranom camera for me

  • @Dudinurclass
    @Dudinurclass 8 หลายเดือนก่อน

    Useage

  • @aidennoah5559
    @aidennoah5559 ปีที่แล้ว

    it wont generate the script

  • @dogegammer7544
    @dogegammer7544 ปีที่แล้ว

    Yo can u teach us how to make kill streaks for fps

  • @darndager
    @darndager 9 หลายเดือนก่อน

    RIp it doesn't work anymore

  • @vByrah
    @vByrah ปีที่แล้ว

    IM OG

  • @MitchRice-n1o
    @MitchRice-n1o ปีที่แล้ว

    Bruh I have Roblox studio

  • @Ifitaintgolditsbad
    @Ifitaintgolditsbad 10 หลายเดือนก่อน

    It’s hard

  • @popcatgaming9226
    @popcatgaming9226 ปีที่แล้ว

    it doesnt work bro
    you're lying to kids it does not work

  • @Sejdkkk
    @Sejdkkk ปีที่แล้ว

    That aint even ur cutscene in the thumbnail kid

  • @24Karatt7
    @24Karatt7 10 หลายเดือนก่อน

    L Video doesnt work

  • @popcatgaming9226
    @popcatgaming9226 ปีที่แล้ว

    IT LITERALLY DOESNT WORK
    STOP LYING
    IF YOU'RE GONNA POST A VIDEO
    MAKE IT SO IT ISNT A LIE

    • @EchosMarket
      @EchosMarket ปีที่แล้ว

      it does work you idiot

  • @flameayaan5995
    @flameayaan5995 ปีที่แล้ว

    Hhj🎉

  • @Tubstarman
    @Tubstarman ปีที่แล้ว

    it didnt work :( so i disliked

  • @SuperNecroticOH
    @SuperNecroticOH ปีที่แล้ว +1

    any new roblox developers who dont have much experience such as me?
    add me! we can work together on a game, my name is AGratefulDev

  • @NurgamingYT
    @NurgamingYT ปีที่แล้ว +21

    Thanks! But i have one more question left: How do i add a black borders at the top and bottom of that cutscene? I'm just making a Back To The Future game and i wanna use that on the Hill Valley time travel part (the delorean time travels and then the next location loads)

    • @CornfloweRR
      @CornfloweRR ปีที่แล้ว +1

      i think u can just have 2 black uis on the top and bottom of the screen

    • @guccidogwater3798
      @guccidogwater3798 ปีที่แล้ว +4

      Hey! I know how to help you with that. You will need to insert a screenGui into the startergui folder. Name it cinematicGui. You will then insert 2 frames into the cinematicGui. Name these frames bb1, and bb2. Drag them to the top and bottom of your screen, and stretch them to fit what size you want. Then, you will need to click the cinematicGui, and in the “properties” tab, select “IgnoreGuiInset” and set it to unchecked. Then, you will need to make a script that will change the black bars transparency to 0 when the cinematic scene plays, and when it finishes, the script will need to set it to false. I hope this helped!

    • @Tornadox_1
      @Tornadox_1 8 หลายเดือนก่อน

      Place a screen gui make it black delete all the text from the text gui and then resize it to however you want

    • @NurgamingYT
      @NurgamingYT 8 หลายเดือนก่อน

      Tysm all for help!

  • @EnchantedOwl397
    @EnchantedOwl397 ปีที่แล้ว +3

    I swaer, ive wached do many dang videos about this and not a single one works. I do exactly what they do too.

  • @BlushedElf
    @BlushedElf ปีที่แล้ว +3

    The script generated but when I join the game nothing happned

  • @TheGuyThatKnewThe
    @TheGuyThatKnewThe 5 หลายเดือนก่อน +1

    Yo, Harry, how can I make it so it happens in the middle of the game when a player steps on a Part or something like that?

  • @procat12
    @procat12 ปีที่แล้ว +5

    Thank you this helped me alot for making cutsenses

  • @k.e1lyy
    @k.e1lyy ปีที่แล้ว +1

    Hey i have a question ; what if i wanna have me and my friend in the cutscene? thanks!
    (and text)

  • @Arishgamingchannel
    @Arishgamingchannel ปีที่แล้ว +1

    5:37 TEST FOR MY FRIENDS

  • @ChannelDiscontinued243
    @ChannelDiscontinued243 8 หลายเดือนก่อน

    Doesnt work for me, the script would never do anything, wouldnt print anything like errors or warning and wouldnt do the cutscene.

  • @Fifinama
    @Fifinama ปีที่แล้ว +6

    Is there a way to make it so the cutscene plays whenever a player touches a specific part?

    • @LithiumExile
      @LithiumExile ปีที่แล้ว +2

      Yeah in the cutscene folder theres the ”PlayWhenTouchingPart” so just change that

    • @vimiwalalala3284
      @vimiwalalala3284 9 หลายเดือนก่อน

      @@LithiumExile what do i do after

    • @vimiwalalala3284
      @vimiwalalala3284 9 หลายเดือนก่อน

      @@LithiumExile i mean like change what?

    • @LithiumExile
      @LithiumExile 9 หลายเดือนก่อน

      @@vimiwalalala3284 when you click "playwhentouchingpart" in properties there should be a choice for which part. click that and then click on the part from the explorer. Now it should work.

  • @D1orplays
    @D1orplays 9 หลายเดือนก่อน

    Is it only me having a problem w the cutscene

  • @GeorgeWashington880
    @GeorgeWashington880 ปีที่แล้ว

    Yes now I can make my game find your dad

  • @linuskat6446
    @linuskat6446 ปีที่แล้ว +1

    BRO YOU STOLE A THUMBNAIL

  • @Alno437
    @Alno437 10 หลายเดือนก่อน

    The generated scripts dont work.. even tho I generate them

  • @AgentX-ww6vk
    @AgentX-ww6vk ปีที่แล้ว

    when i tried it my entire game broke i dont trust this tbh

  • @ashleywilliamson2978
    @ashleywilliamson2978 9 หลายเดือนก่อน

    Does not work for me, followed all the steps

  • @SgRulz
    @SgRulz ปีที่แล้ว

    the script didnt generate!

  • @Delta_Foxxs
    @Delta_Foxxs ปีที่แล้ว +1

    Helooooo do ya remember me? I used to be a fan since u had 1k subs! Glad to be back congrats on 19k!

    • @Disobeyedcrab
      @Disobeyedcrab  ปีที่แล้ว

      Hello OG fan

    • @Delta_Foxxs
      @Delta_Foxxs ปีที่แล้ว

      @@Disobeyedcrab I used to watch ur fps making vids ! They helped me so much! Ty for ur amazing vids comrade!👌

    • @Delta_Foxxs
      @Delta_Foxxs ปีที่แล้ว

      @@Disobeyedcrabur voice is so deep to me lol.. time flies so quickly!

    • @Disobeyedcrab
      @Disobeyedcrab  ปีที่แล้ว

      @@Delta_Foxxs Yes it does! It only seems like yesterday that I started the channel!

    • @Flammper
      @Flammper ปีที่แล้ว

      @@Disobeyedcrab Hey do you know how to make this so when I touch a part the cut scene plays?

  • @ShadowGaming-pp9ob
    @ShadowGaming-pp9ob ปีที่แล้ว

    The cutscene didn't play, Neither did the script pop up ;(

  • @viravaishnavar2998
    @viravaishnavar2998 2 หลายเดือนก่อน

    Thanks

  • @EchosMarket
    @EchosMarket ปีที่แล้ว

    every camera switch it teleport back to the player then the camera what do i do to fix it?

  • @RoseAnimatez
    @RoseAnimatez ปีที่แล้ว

    it dose not create the script for me do you know why???

  • @AlexSAlves-jz5ll
    @AlexSAlves-jz5ll ปีที่แล้ว

    how to create flyrace style map?

  • @thelostcat
    @thelostcat ปีที่แล้ว

    Can I move rigs in cutscene editor?

  • @thisisnotfunny69
    @thisisnotfunny69 ปีที่แล้ว +1

    It dosen't make me the scripts What Do I do?

    • @oly1325
      @oly1325 ปีที่แล้ว

      Go tho manage plugins and allow: script injection (it should say) not allowed. After you've done that it should make a script!

    • @thisisnotfunny69
      @thisisnotfunny69 ปีที่แล้ว

      @@oly1325 Thanks!

    • @thisisnotfunny69
      @thisisnotfunny69 ปีที่แล้ว

      @@oly1325 it Worked

    • @Azxs.amp.
      @Azxs.amp. ปีที่แล้ว

      ​@@oly1325gow

    • @Azxs.amp.
      @Azxs.amp. ปีที่แล้ว

      ​@@oly1325how

  • @spare_vr
    @spare_vr ปีที่แล้ว

    thx

  • @iSimpel956
    @iSimpel956 ปีที่แล้ว

    Thanks i can use this in my fps game!

  • @Fifinama
    @Fifinama ปีที่แล้ว

    Is there a way to make it so the cutscene plays whenever a player touches a specific part?

    • @cataboku3551
      @cataboku3551 ปีที่แล้ว

      Really easy

    • @Fifinama
      @Fifinama ปีที่แล้ว

      @@cataboku3551 How?

    • @cataboku3551
      @cataboku3551 ปีที่แล้ว

      @@Fifinama whats your kord

  • @AMBATUKAM.._
    @AMBATUKAM.._ ปีที่แล้ว

    Second

  • @Lego10_DaMan
    @Lego10_DaMan ปีที่แล้ว

    thx for the things but when i press ''generate script'' it doesnt get into starterscripts. it just says cutscene will play when players join but it doesnt work either! can u please help me with it?

    • @Adamations14
      @Adamations14 ปีที่แล้ว +1

      same like it wont work for me either

    • @steak9586
      @steak9586 ปีที่แล้ว

      same

    • @dooberloober
      @dooberloober 8 หลายเดือนก่อน

      if you had denied the plugin that could be one, but also i had the same problem and it had been fixed once i dragged it into starter player scripts

  • @Ash-pu6bm
    @Ash-pu6bm ปีที่แล้ว +2

    thank you so much. I was trying to find out how to do for my game. I didn't know it was this easy. thank you discrab!!