Introduction
Bonjour! I am Beez_up, and i am here to introduce the new Cutscene Editor.
This plugin is really powerful, simple and free to use!
Showcase
How it looks like :
In action :
Features
The plugin have a lot a features! You can edit each waypoint’s easing style and time.
I will be uploading a new update which includes :
- You will be able to add a custom skip button,
- All easing directions will be available In/Out/InOut,
- And you will be able to loop your cutscene a certain amount of time!
If you are good at coding, you can use the plugin to get the cframes and the seconds. Heres an exemple of a table made by the plugin :
local data = {
{CFrame = CFrame.new();
Seconds = 3;
Style = Enum.EasingStyle.Back -- Exemples
}
{}...
}
To loop into that table all you have to is this :
for i,v in pairs(data) do
tween:Create(
camera,
TweenInfo.new(
v.Seconds,
v.Style,
Enum.EasingDirection.Out,
0,
false,
0
),
{CFrame = v.CFrame}
):Play()
wait(v.Seconds)
end
But don’t worry you don’t have to do anything of this if you don’t code. The plugin do it for you!
How to take it?
https://www.roblox.com/library/5175976365/NEW-Cutscene-Editor-V2
The plugin is completly free and safe!
Post your feedback on comment section!
Thanks for reading