HumanoidController

Show Deprecated

A HumanoidController is an internal object responsible for translating PlayerAction movements to the user's character (specifically, their Humanoid).

This object can be found inside of the ControllerService, via:


local ControllerService = game:GetService("ControllerService")
local HumanoidController = ControllerService:FindFirstChildOfClass("HumanoidController")

Summary

Methods

Methods inherited from Controller

Events

Events inherited from Controller

Properties

Methods

Events