[HELP] how to work piece of crap cam native

what is camera hash?
i just wanna create a cinematic camera idk thing bout camera so i think i need to create cam with this native?
i know nothing bout this native

camerabruh = 	CreateCam("DEFAULT_SCRIPTED_CAMERA"  , true)



SetCamCoord(camerabruh, 
	234.1 --[[ number ]], 
	-1775.56 --[[ number ]], 
	28.7 --[[ number ]]
)

SetCamActive(camerabruh, true --[[ boolean ]])

not working how tf can i work this shit

another try[not working]

cam = CreateCamWithParams("DEFAULT_SCRIPTED_CAMERA", 234.1, -1775.56, 28.7, 0, 0, 0, 2.0, false, 1)

SetCamActive(cam, true)
RenderScriptCams(true, false, 0, true, false)

rn im making a rope to hang myself