Check Resources Version can be used Client and Server Side
LUX.CheckResourceVersion
-- Resource: the name of the Resource as String
-- MinimumVersion: Minimum Version as String
if LUX.CheckResourceVersion([Resouce], [MinimumVersion]) then
print('Version high enough')
else
print('Version to low')
end