Closed Quixy6 closed 1 month ago
Getting this in my F8 console.
SCRIPT ERROR: @bc_communityservice/client/editable.lua:52: attempt to index a nil value (global 'bl_ui')
the bl_ui is ensured in server.cfg as following
ensure bl_ui
using the 2.0.1version release bl_ui.zip
because that is a variable reference of exports.bl_ui, so use exports.bl_ui instead of bl_ui
exports.bl_ui
bl_ui
Getting this in my F8 console.
SCRIPT ERROR: @bc_communityservice/client/editable.lua:52: attempt to index a nil value (global 'bl_ui')
the bl_ui is ensured in server.cfg as following
MINIGAMES
ensure bl_ui
using the 2.0.1version release bl_ui.zip