HumanoidController

Afficher les obsolètes

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

Résumé

Méthodes

Méthodes hérités de Controller

Évènements

Évènements hérités de Controller

Propriétés

Méthodes

Évènements