FearlessStudios

GetActivePoint

Client export to read the current active handbook interaction point

GetActivePoint

Returns the interaction point the player is currently inside.

Usage

client.lua
local point = exports["FS-Handbook"]:GetActivePoint()
if point then
  print(point.name)
end

Returns

  • table | nil: Active point, or nil when the player is not in a point.