Custom Framework

Custom Framework

If you use a custom framework, you can modify the lb-phone/client/custom/frameworks/standalone.lua and lb-phone/server/custom/frameworks/standalone.lua files to make it work with your framework.

In order for the framework apps (wallet, home, garage, services) to be shown, you need to set Config.CustomFramework to true in the config.lua file, or create your own framework files not called "standalone".

For a guide and list of functions needed for the client-sided file, see the Custom Framework Client Guide. For the server-sided file, see the Custom Framework Server Guide.