Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it Possible to Make a Cutscene in ROBLOX?

Asked by 7 years ago
Edited 7 years ago

So you've got the cut-scene creator plugin. But it just moves the camera can you make an object lets say a person play an animation after walking over the camera button. Ive always wanted to make a horror game right, and they require a good bit of cut-scenes but you cant really do that or at least I dont know how at the moment.

Example - You walk through a door and then you see a person get grabbed by a monster or something and dragged into a doorway.

Is it only possible with CFrames or Vectors or can you do an actual animation?

0
using cframe is most likely the only way, as Camera is controlled by a cframe factor to move. Or you can do it the basic way and make a brick move randomly around the map and use the follow property of camera. scottmike0 40 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

You'd have to use the Animation Editor to create the animations for the NPCs in the cutscene.

You'd then use scripting to position the camera in the correct place, and then run the animations.

But yes it is 100% possible

Ad

Answer this question