Skip to main content

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()

Properties

Hide

HideBindersServer.Hide: Binder<Hide>
Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "Hide",
            "desc": "",
            "lua_type": "Binder<Hide>",
            "source": {
                "line": 30,
                "path": "src/hide/src/Server/HideBindersServer.lua"
            }
        }
    ],
    "types": [],
    "name": "HideBindersServer",
    "desc": "Initializes the hiding system on the server. You can do this on the client\nif you need to query for raycasting. See [HideBindersClient].\n\n```lua\nlocal HideBindersServer = require(\"HideBindersServer\")\nlocal ServiceBag = require(\"ServiceBag\")\n\nlocal serviceBag = ServiceBag.new()\nserviceBag:GetService(HideBindersServer)\n\nserviceBag:Init()\nserviceBag:Start()\n```",
    "realm": [
        "Server"
    ],
    "source": {
        "line": 19,
        "path": "src/hide/src/Server/HideBindersServer.lua"
    }
}