Skip to main content

ResetServiceClient

This item only works when running on the client. Client

Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly.

Automatically sets itself ot the ResetButtonCallback upon initialization.

Functions

Init

ResetServiceClient:Init() → ()

Initializes the reset service. Should be done via a ServiceBag.

RequestResetCharacter

ResetServiceClient:RequestResetCharacter() → ()

Requests the player's character resets

Show raw api
{
    "functions": [
        {
            "name": "Init",
            "desc": "Initializes the reset service. Should be done via a [ServiceBag].",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 28,
                "path": "src/resetservice/src/Client/ResetServiceClient.lua"
            }
        },
        {
            "name": "RequestResetCharacter",
            "desc": "Requests the player's character resets",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 49,
                "path": "src/resetservice/src/Client/ResetServiceClient.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ResetServiceClient",
    "desc": "Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly.\n\nAutomatically sets itself ot the ResetButtonCallback upon initialization.",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 9,
        "path": "src/resetservice/src/Client/ResetServiceClient.lua"
    }
}