Skip to main content

IsInInterior

info

Returns true or false if the current player is in a interior

Use this export in your scripts.

Returns

  • boolean

Usage

local isInInterior = exports['FS-Lib']:IsInInterior()
print(tostring(isInInterior))