HideBindersServer
This item only works when running on the server. Server
Initializes the hiding system on the server. You can do this on the client if you need to query for raycasting. See HideBindersClient.
local HideBindersServer = require("HideBindersServer")
local ServiceBag = require("ServiceBag")
local serviceBag = ServiceBag.new()
serviceBag:GetService(HideBindersServer)
serviceBag:Init()
serviceBag:Start()