To use the Cinematic Camera Tool to place and edit camera locations or create scenes, there are two things you will need.
1) Go into the following file and ensure your user group has permissions to use the tool: lua/wos/charsys/config/sv_config.lua
2) Edit the following parameters to insert your user group
--What user groups should be able to use the scene tool to add or modify cameras and scenes?
wOS.CharSys.Config.AdminGroups = {}
wOS.CharSys.Config.AdminGroups[ "superadmin" ] = true
wOS.CharSys.Config.AdminGroups[ "owner" ] = true
3) Join your server, and go into game's console
4) Type the following console command: wos_charsys_toggleconfig
5) Follow the instructions on the weapon given to you. When you are done, repeat step 4!