I wanna make cutscene as seamless as this :
But it turned out like this :
What should I do / use (I use quad easing style for camera)
I wanna make cutscene as seamless as this :
But it turned out like this :
What should I do / use (I use quad easing style for camera)
Looks like for some tweens you’ll want to use linear easing style to make it flow smoothly. Also, you could add noise based movement for a handheld effect, optionally.
Edit: use Quad for parts like when you’re zooming in on the character (like in your provided example).
but when I use linear it’s kinda pause for like .5 sec
That could potentially be due to delay in tweens from the cutscenes editor plugin, not sure though.
Additionally, you can try using Sine instead of Quad, since Quad has a sharper easing direction, so Sine should look smoother.
It’s not as seem less since the distance between the key frames is different, resulting in different tween speeds visually.
So I recommend moving the bat key frame and the starter key frame a bit further from the character and playing around with it, untill it’s to your liking.
What plugin you’re using for cutscenes?
I don’t, I use blender and my custom made plugin. However, I used to not use plugins and just tween by script and painfully edit everything at a time.
Your custom made plugin?? you can post your plugin to devforum tho like community resource
At the moment it’s not really user friendly so I’d have to make it easier to use, however if that would help you I could do it. Just you’d need to give me and hour or 2.
Thanks you so much, you’re gonna post it or just send it directly to me?
I’ll post it here, so if someone else stumbles on this post they can try it out.
Your cutscene doesn’t feel like a suprise like the original video, because you can already see the body. So make the camera first on the blood, then suddenly you see the body. Use multiple tweens to achieve the desired effect.
For anyone interested, this is a Blender to Roblox Cutscene Addon:
Blender to Roblox Camera Cutscene Addon - Resources / Community Resources - Developer Forum | Roblox
Simply setting the easing style won’t do. You need to change the easing direction property as well. I suggest setting the direction to “In” as the camera moves away from the bat.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.