I want to create a game simular to FNAF 4 but i am having a problem just tweening the
camera’s position and keeping its orignal position?
How can i fix that?
ive tried this:
TweenService:Create(CurrentCamera,TweenInfo.new(1.3),{CFrame.Position = part.Position})
but it doesnt work and errors!
Im thinking of making an extra part as a fake camera and just have it follow that
but that seems impractical.
Maybe there is another way that i dont know
but maybe you guys can help(pls do )