I need help fixing the door title I don’t see them here is the code of the door_info_cl.lua if you find something pls help
door_info_cl.lua
-----------------------------------------------------/*return table.insert(phud.hooks.HUDPaint, function()
local lp = LocalPlayer()
local tr = lp:GetEyeTrace()
if IsValid(tr.Entity) and tr.Entity:isKeysOwnable() and tr.Entity:GetPos():DistToSqr(lp:GetPos()) < 40000 then
return tr.Entity:drawOwnableInfo()
end
end)
If you need any other confings pls tell