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

Why does my camera not animate even if the camera type is scriptable?

Asked by 4 years ago
Edited by greatneil80 4 years ago

Alright. I am making a Kurama cage or room and the camera animation isn't functioning. It is executing but the actual animation never plays. I set the camera type to scriptable but it still didn't work. Take a look at my script. Tell me if there are any issues.

01local tweenService = game:GetService("TweenService")
02local Info = TweenInfo.new(
03 
04    3,
05    Enum.EasingStyle.Sine,
06    Enum.EasingDirection.Out,
07    0,
08    false,
09    0
10 
11)
12 
13local CamInfo = TweenInfo.new(
14 
15    3,
View all 61 lines...

Please help me, I have always wanted to do this and I am so close. If you found an error please tell me.

Answer this question