Last updated 1 year ago
There's only one export available and is used to know if a player is inside a house, trigger it from any client side file:
local inHouse = exports['av_houserobbery']:insideHouse() print(inHouse) -- It will print true or false