Hi guys! So I am working on a mystery game, and I want a clip to appear, similar to the one found in this video (2:52 - 3:04)
Does anyone know where can I start/where to find resources?? Thanks!!!
This doesn’t appear to be a video clip, but instead you might call it more of a cutscene. Anyways, my best guess is this is simply done through moving the camera’s focus to the lily pad. You can manually set the Camera’s CFrame so long as you change its CameraType property equal to Enum.CameraType.Scriptable. To make smooth transitions with the CFrame property of the Camera in mind, you may want to check out the TweenService.
It also appears to use some sort of animation with a combination of a cutscene using Roblox’s tween service.I would recommend you take a look at tweenservice and animations using cframe.
There are many different ways to go about that,
-
if the clip was already present in the videos of the roblox library you can use that (easy method)
-
if that isn’t present you have to start making your own cutscene using animations and camera manipulations.
(No we can’t upload our own video files in roblox, yet.)