#Someone please explain tf is wrong with my ass code

1 messages · Page 1 of 1 (latest)

full skiff
#

should change the camera to the cam's cframes

edgy coral
#

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})

full skiff
#

lemme try that

#

ty it worked

#

forgot abt the commas