LoadModel

local Bridge = exports.community_bridge:Bridge()

-- model - can be passed as hash or string

local success = Bridge.Utility.LoadModel(model)

-- success returns a bool on if the model loaded or not

Last updated