Tweening cframe.lookat god help me

i hate math and i hate cframes
aaaaaaaaa

	--aiming
				local aimTweenInfo = TweenInfo.new(.1)
				local lookAt = CFrame.lookAt(script.Parent.Head.Position, player.Character.Head.Position)
				local aimTween = tweenService:Create(script.Parent.Head, aimTweenInfo, {CFrame = lookAt})
				aimTween:Play()
				aimTween.Completed:Wait()

no errors but nothing moves
why

Try that search button. I found this in seconds:

1 Like