I have an issue on standalone, where the hud doesnt actually pop up at all, it deletes the stock healthbar and armor bar, but doesnt display anything. it was getting errors in the server.lua file about issues grabbing sources in the qb core folder so i changed the top of the lua to say this instead:
“Framework = Config.Framework == “standalone” – and exports[‘es_extended’]:getSharedObject() or exports[‘qb-core’]:GetCoreObject()”
which made the error go away, and yet i still have the issue.