#How to make the players camera go upside down (while also being able to move camera)

1 messages · Page 1 of 1 (latest)

shrewd grail
#

ive went through every tutorial... pls help 😭

shrewd grail
#

this is my script

#

local Camera = workspace:WaitForChild("Camera")
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame *= CFrame.Angles(0, 0, math.rad(180))

lone nimbus
#

i recently tried to make this and i think theres a function for this called Camera:SetRoll()

#

lemme try smth rq

#

yeah SetRoll basically sets the z axis for the camera
camera:SetRoll(22) makes it upside down from what ive seen

#

though because the camera mode is scriptable it doesnt follow the player or the player can move it

light jay
lone nimbus
#

i think so

#

when i try it on a custom cam it says it only works in scriptable

light jay
#

oh alr

light jay
shrewd grail
humble ether
hollow prairie
#

Use matrix