Scripting help: how to make when a player joins a cutscene plays out


Hello,

I’m trying to make a cutscene that plays when a player joins the game specifically, I want it to show the player coming out of a portal. My scripting experience is pretty limited, and I haven’t been able to find a proper tutorial for this. Could anyone please help me out?

Kind regards,
Raven

1 Like

Add a local script

local cam = workspace.Camera
Cam.CameraType = "Scriptable"
Cam.CFrame = workspace.part.CFrame

How can I make the animation using the portal?

Tweens, lerps and cframes and most importantly, math.

1 Like

Your model work is stunning to me

2 Likes

Thank you! , randomly got motivated to make my own game lol.

1 Like