How to MAKE CUTSCENES in Roblox Studio!

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

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

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

    thanks for the tutorial! you motivate me to continue working on my horror game!

  • @mokie.nitroliy
    @mokie.nitroliy 4 месяца назад +7

    script 1:
    --{{service's}}--
    local Players = game:GetService("Players")
    local ReplicatedStorage = game:GetService("ReplicatedStorage")
    --{{variables}}--
    local remotesFolder = ReplicatedStorage.Remotes
    local triggerCutscene = remotesFolder.TriggerCutscene
    local cutsceneFolder = game.Workspace.FirstCutscene
    --{{functions}}--
    if cutsceneFolder:FindFirstChild("Trigger") then
    cutsceneFolder.Trigger.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
    local player = Players:GetPlayerFromCharacter(hit.Parent)
    if player then
    cutsceneFolder.Trigger:Destroy()
    triggerCutscene:FireAllClients(cutsceneFolder)
    end
    end
    end)
    end
    script 2:
    --{{service's}}--
    local Player = game:GetService("Players")
    local replicatedStorage = game:Getservice("replicatedStorage")
    local TweenService = game:GetService("TweenService")
    --{{variables}}--
    local remotesFolder = replicatedStorage.remotes
    local triggerCutscene = remotesFolder.TriggerCutscene
    local player = Player.LocalPlayer
    local currentCamera = game.Workspace.CurrentCamera
    --{{functions}}--
    triggerCutscene.OnClientEvent:Connect(function(cutsceneFolder)
    local cameras = cutsceneFolder.Cameras:GetChildren()

    currentCamera.CameraType = Enum.CameraType.Scriptable
    currentCamera.CFrame = cutsceneFolder.Cameras.Cam1.CFrame

    for index=1, #cameras do
    if cutsceneFolder.Cameras:FindFirstChild("Cam"..(index + 1)) then
    local Tween = TweenService:Create(currentCamera, TweenInfo.new(3, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut), {CFrame = cutsceneFolder.Cameras["Cam"..(index + 1)].CFrame})
    Tween:play()

    Tween.Completed:Wait()
    end
    end

    currentCamera.CameraType = Enum.CameraType.Custom
    end)

  •  4 месяца назад +2

    I been making my horror game for 10 week and thank you for the cutscene video! now i can make a trailer for my game

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

    Tysm this really helped

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

    Thanks for CUTSCENES!!

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

    thank you, i really needed this

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

    Thanks for cutscene! This would shoutout to you!

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

    hi, can u make a tutorial of a cutscene but with an npc animation?

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

    Cool.. now I know what cutscenes are 😂

  • @monopolygloop4777
    @monopolygloop4777 3 месяца назад +1

    this guy is the goat. underrated asf

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

    You Are AMAZING thx for the tutorial im gonna make an amazing game thanks to your scripting tutorials😊

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

    late but my cutscene still wont work I checked 3 times to make sure it was the same idk why it isn't working😭😭

    • @r1e44hh
      @r1e44hh 3 месяца назад +1

      made a few changes with the script its good

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

      what changes? ​@@r1e44hh

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

      @@r1e44hh I would like to see your game when it’s finished and I would like to know in order to play it what will be named?I like playing games to pass the time

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

      @@Atalentlesskid im not sure if ill finish it. which i probably will but slowly, though ill make sure to tell you if i do end up finishing it!!

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

      @@r1e44hhI like that you kept working and didn’t give up even though it didn’t work the first time

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

    A much better approach is to animate the CameraPart using Moon Animator
    then just loop to change the Camera Position to CameraPart while the animation is playing
    this is a much simple and good approach

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

      moon animator is paid tho..

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

      @@oofedgod7909 looks like a you problem
      Maybe try it with normal animation editor

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

    yoooo tysm!!

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

    Nice 👍

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

    I did not see the vid yet but I’m hyped cuz I want to make a 1x1x1x1 boss battle idk why

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

    TYSM FOR CUTSCENES

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

    Is it possible to make a cutscenes with a normal Animation Editor?

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

    now how do i play an animation of a character walking during that scene?

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

    i am very late but i need to ask, how do you make a cutscene for just 2-3 people

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

    Do story game next!🎉

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

    Hello can you please make Mobile support for the gun tutorial plsss?

  • @0BSESSEDw1th
    @0BSESSEDw1th Месяц назад

    I already redid it two times. Why is it not working? 😭😭😭😭😭I just want it to work

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

    can you make a jumpscare gamepass

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

    It’s easier if it’s a plugin. But thanks!

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

    bro my animation isnt able to load

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

    Do i need to remove the grey text

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

    i am too for this young for this ( i am 9 )

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

    didnt work

  • @Weasle-kid
    @Weasle-kid 3 месяца назад

    I closed my explorer😀

  • @mokie.nitroliy
    @mokie.nitroliy 4 месяца назад

    and i cant get my cutscene to work

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

      Hi there! Please make sure that everything is spelled correctly and that you followed all the steps correctly! You're doing great though, keep up the good work!

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

    for some reason its not working...

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

      try fixing it

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

      ​@@Ash_Can0706 i tryed it in a world with nothing and it worked so theres something wrong in the world/game we're making :I

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

      @@littlestar_kitty6098 oh, ok