Can some Help Me With Cutscene and play button

Can some one help me with my cutscene and play button gui.

So this goes on like this.

Play Button•

After roblox default loading completed 
1.Players will see a play button
2.After Pressing Play Button They Will Get Two Buttons:-
        i)New User
        ii) Continue
3.If Player  Presses-
         i)New User Then Play Cutscene , once Cutscene is over Then Player Spawns
        ii) Continue Then Direct Spawn

•CutScene•

If Player Presses New User Then Play Cutscene

Cutscene Are As Follows:-

1.Player Character Picks Up Tv Remote.
2. Tv Shows Static Signal
3.Player Character Gets Up And Knocks The Tv Screen
4.Thunder Strikes The Tv Antenna On The House Roof.
5.Player Character Shrinks And Gets Suck Into The Tv.
6.Player Charcter Falls From A void(Tube) With Circuit Designs
7.Cutscene Over.

Is there an issue with your current code, or are you just asking what you can use to achieve both of these?

Yeah I am asking how do i achieve all these including play button,new user condition, continue condition and the Cutscene in a single script

i feel like this is quite a lot of work on our end if were just giving you the scripts, so maybe look around the devforum and / or some youtube tutorials, i know alvinblox has a cutscene tutorial

1 Like

I’ve attached documentation on everything you’ll need for this.

MouseButton1Click – For clicking actual buttons and making stuff happen.
Camera Type – Give this a read for understanding how cutscenes work. You can set the CameraType to scriptable and either use TweenService or simply set workspace.CurrentCamera to a desired CFrame.
Beams – You’ll need this for the lightning, paired with ParticleEffects. There’s also modules for creating lighting if I’m not mistaken.
Animations – You’ll need a basic understanding on how to play animations which you can find here.

3 Likes