of     1   

T0XZ
#221223353Thursday, July 13, 2017 5:54 PM GMT

cam.CameraType = "Scriptable" local position1 = game.Workspace.PodShopSubject cam:Interpolate(position1.CFrame,position1,1) http://wiki.roblox.com/index.php?title=API:Class/Camera/Interpolate This is what I am basing my script off of. The error occurs on line 3. Look at that link and correct what i did wrong if you can. Thanks
Gomlsauresrex
#221223507Thursday, July 13, 2017 5:56 PM GMT

Argument 2 of the Interpolate function is supposed to be the endFocus, which is supposed to be a CFrame value but instead you put an instance.
T0XZ
#221223689Thursday, July 13, 2017 6:00 PM GMT

ok thanks

    of     1