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
Properties
Properties inherited from Instance
Methods
Methods inherited from Controller
Methods inherited from Instance
Events
Events inherited from Controller
Events inherited from Instance
Properties
Properties inherited from Instance
Methods
Methods inherited from Controller
Methods inherited from Instance
Events
Events inherited from Controller
Events inherited from Instance