Using handycam.lua messes up my HUD
Posted: Sun Feb 28, 2021 10:46 am
Im just trying to do something simple with handycam.lua to zoom the screen in
When i use this my HUD is shrunken, and when I drop an item, it spawns where it would've been if didn't zoom the screen in.


any help would be appreciated
Code: Select all
local handycam = require("handycam")
handycam[1].zoom = 1.5625
handycam[2].zoom = 1.5625


any help would be appreciated