📚srb_lib
Initialization 
srb_lib use exports logic, you can get all of its functions from it except Natives and Classes.
local SRB = exports.srb_lib:SRB()
print(SRB:isServerSide())
Last updated
srb_lib use exports logic, you can get all of its functions from it except Natives and Classes.
local SRB = exports.srb_lib:SRB()
print(SRB:isServerSide())
Last updated