Skip to main content

openLabShop

Opens the lab dealer menu showing available labs.
exports.lation_coke:openLabShop()

isInsideLab

Returns true or false if the player is inside a lab and the lab ID.
isInside, labId = exports.lation_coke:isInsideLab()
isInside
boolean
True or false if player is inside a lab.
labId
number
If isInside is true, returns the labId. If false, returns nil.
Looking for an export we don’t have listed here? Contact us and we’ll do what we can!