Clone the files and put it in your resources folder
Rename the script to qb-camera
Setup the webhook in server/main.lua
Use the camera item with the paper item in your inventory
Items:
['polaroid_camera']={['name']='polaroid_camera',['label']='Polaroid camera',['weight']=5000,['type']='item',['image']='polaroid.png',['unique']=true,['useable']=true,['shouldClose']=true,['combinable']=nil,['description']='Did we just go back in time?'},['polaroid']={['name']='polaroid',['label']='Polaroid image',['weight']=10,['type']='item',['image']='photo.png',['unique']=true,['useable']=true,['shouldClose']=true,['combinable']=nil,['description']='Cool image bro'},['polaroid_paper']={['name']='polaroid_paper',['label']='Polaroid paper',['weight']=10,['type']='item',['image']='photo.png',['unique']=false,['useable']=false,['shouldClose']=false,['combinable']=nil,['description']='Some paper'}