-
What do you want to achieve?
I want to have the camera successfully move to the next tool available. -
What is the issue?
For some odd reason it looks behind the camera when moving.
What it should look like:
What it looks like now:
-
What solutions have you tried so far?
I looked all over dev forum searching for solutions but nothing found or was helpful.
One of the scripts that change view (If you need the full script to find the problem please ask)
local camTween = ts:Create(
workspace.CurrentCamera,
TweenInfo.new(.8, Enum.EasingStyle.Linear, Enum.EasingDirection.Out),
{
CFrame = workspace.ItemHolder["Showcase"..boxToMoveTo].CamPart.CFrame,
Focus = workspace.ItemHolder["Showcase"..boxToMoveTo].Hitbox.CFrame
}
)
camTween:Play()