#cframe stuff

11 messages · Page 1 of 1 (latest)

rich cipher
#
Camera.CFrame = CFrame.new(Hitbox.Position) * (Camera.CFrame - Camera.CFrame.Position)
#

i am trying to position the camera's position to the hitboxes position without affecting it's rotation

#

hitbox is a part

#

and for some reason

#

if i move the camera slightly

#

the camera goes crazy

#

no errors in console

main torrent
#

Camera.CFrame = CFrame.new(Hitbox.Position) * CFrame.Angles(Camera.CFrame:ToEulerAnglesXYZ())

#

@rich cipher

#

oh

#

without rotation