코드 샘플
IKControl 설정
local character = script.Parent.Character
local humanoid = character.Humanoid
local root = character.HumanoidRootPart
-- IKControl.Target으로 사용할 새로운 첨부물을 생성합니다.
local target = Instance.new("Attachment")
target.CFrame = CFrame.new(-1, 0, -1)
target.Parent = root
local ikControl = Instance.new("IKControl")
ikControl.Type = Enum.IKControlType.Position
ikControl.EndEffector = character.LeftHand
ikControl.ChainRoot = character.LeftUpperArm
ikControl.Target = target
ikControl.Parent = humanoidAPI 참조
속성
메서드