HumanoidController

非推奨を表示

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

概要

方法

Controller から継承した 方法

イベント

Controller から継承した イベント

プロパティ

方法

イベント