채팅0

    이거 좀 도와주실분?

    조회수 413

    -- 캐릭터 앞으로 이동하는 함수

    function MoveForward(distance)

    local player = GetMyCharacter() -- 현재 캐릭터 가져오기

    local currentPosition = player.GetPos() -- 현재 위치 가져오기

    -- 앞으로 이동할 위치 계산
    local forwardVector = player.GetForwardVector()
    local targetPosition = currentPosition + (forwardVector * distance)
    
    -- 이동 커맨드 생성
    local moveCommand = {
        type = "move",
        position = targetPosition
    }
    
    -- 이동 커맨드 실행
    player.ExecuteCommand(moveCommand)

    end


    -- 캐릭터 앞으로 1미터 이동

    MoveForward(1)

    댓글1

    회원프로필

    그냥 오핫써;

    2024.02.08 22:35

      게시글 리스트
      제목작성자작성일조회
      공지10-2022098
      6165700:1914
      6165611-0964
      6165511-0968
      6165411-0964
      6165311-09107
      6165211-09110
      6165111-09149
      6165011-09178
      6164911-09149
      6164811-08199
      6164711-08210
      6164611-08272
      6164511-08312
      6164411-08336
      6164311-08337
      6164211-08336
      6164111-07382
      6164011-07409
      6163911-07448
      안내 배너 이미지