CreateProp
local Bridge = exports.community_bridge:Bridge()
-- model can be number or string, it will check
-- This will request the model for you so no need to do it beforehand
-- coords vector3/4
-- heading 0.0 or any other
-- networked if you want the entity to be networked or not
Bridge.Utility.CreateProp(model, coords, heading, networked)
--this will return the entity handle
Last updated