A HumanoidController 是內部對象,負責將玩家行動轉譯為使用者角色 (具體地說, 他們的 Humanoid )。
這個對象可以在 ControllerService 中找到,通過:
local ControllerService = game:GetService("ControllerService")local HumanoidController = ControllerService:FindFirstChildOfClass("HumanoidController")
概要
屬性
方法
屬性 繼承自 Controller
活動
屬性 繼承自 Controller