I made something similar to this but i recently started learning about tweening.
My old system of this just made the camera snap to the part, but i want it to actually move to it as if you are looking at it
Current attemp at doing it:
-- Tweens --
local FocusInfo = TweenInfo.new(1, Enum.EasingStyle.Back)
local Focus = tweenservice:Create(cam, FocusInfo, {Orientation = Screen.CFrame.Position})
My error:
TweenService:Create no property named ‘Orientation’ for object ‘Camera’
Idk how to tween like this, i only know how to do transparency, size, ect
Stuff with simple parameters.
Now what you might be saying is “just make the camera move to a specific location”
I cant do that, because the part moves.
Thanks for any help! my scripter is on vacation and cant help me right now.