HumanoidController
Mostrar obsoleto
*Pronto este contenido estará disponible en tu idioma seleccionado.
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")
Resumen
Métodos
Métodos heredados de ControllerActiva un enlace de reemplazo en el botón especificado.
Regresa si se está presionando el botón o no.
Elimina el enlace en el botón.
Eventos
Eventos heredados de ControllerSe ha disparado cuando se ha cambiado el estado presionado de un botón vinculado. Este evento se puede utilizar en conjunción con Controller:GetButton() para ver si se está presionando un botón vinculado o no.
Propiedades
Métodos
Propiedades heredado de Controller
Eventos
Propiedades heredado de Controller