#Someone please explain tf is wrong with my ass code
1 messages · Page 1 of 1 (latest)
any errors on the output?
oh i saw it
you forgot the commas on the tween informations
local T1 = TweenService:Create(camera, TweenInfo.new(1), {CFrame = cam1.CFrame})
local T2 = TweenService:Create(camera, TweenInfo.new(1), {CFrame = cam2.CFrame})
local T3 = TweenService:Create(camera, TweenInfo.new(1), {CFrame = cam3.CFrame})
local T4 = TweenService:Create(camera, TweenInfo.new(1), {CFrame = cam4.CFrame})