채팅0

    형들 일하고 왔는데 법사 어케 해요?

    조회수 595

    local LeftShift_pressed = false


    return function (self, event)


       local key = self:RedirectKey(event.key)
       if (key == KeyboardKey.DownArrow) then
           self.SystemInputs[_FuncKeySystemType.Down] = true
       elseif (key == KeyboardKey.UpArrow) then
           self.SystemInputs[_FuncKeySystemType.Up] = true
       elseif (key == KeyboardKey.LeftArrow) then
           self.SystemInputs[_FuncKeySystemType.Left] = true
       elseif (key == KeyboardKey.RightArrow) then
           self.SystemInputs[_FuncKeySystemType.Right] = true
       elseif (key == KeyboardKey.Escape) then
           self.SystemInputs[_FuncKeySystemType.Esc] = true
       else
           -- Your existing code for handling other keys

           -- ...

           if LeftShift_pressed then
               LeftShift_pressed = false
           end
       end

       if KeyboardKey.X == key then -- 텔 단축키
           LeftShift_pressed = true
       elseif LeftShift_pressed then
           local currentPosition = _UserService.LocalPlayer.TransformComponent.WorldPosition
           local newXPosition, newYPosition

           if KeyboardKey.RightArrow == key then
               newXPosition = currentPosition.x + tpxy
               newYPosition = currentPosition.y + tpxy
           elseif KeyboardKey.LeftArrow == key then
               newXPosition = currentPosition.x - tpxy
               newYPosition = currentPosition.y + tpxy
           elseif KeyboardKey.UpArrow == key then
               newXPosition = currentPosition.x - tpxy
               newYPosition = currentPosition.y - tpxy
           elseif KeyboardKey.DownArrow == key then
               newXPosition = currentPosition.x + tpxy
               newYPosition = currentPosition.y - tpxy
           end

           local newPosition = Vector2(newXPosition, newYPosition)
           _UserService.LocalPlayer.MovementComponent:SetWorldPosition(newPosition)
       end

       -- Your existing code for handling other keys

       -- ...
    end

     

     이거 어디다 넣어야 돼요? ㅠㅠ

    댓글4

    회원프로필

    내 거기에 넣어

    2024.03.12 02:11
    회원프로필

    ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ

    2024.03.12 02:43
    회원프로필

    Input

    2024.03.12 02:58
    회원프로필

    형해결함?

    2024.03.12 04:45

      게시글 리스트
      제목작성자작성일조회
      5269103-12940
      5269003-12322
      5268903-12596
      5268803-12350
      5268703-12503
      5268603-12348
      5268503-12300
      5268403-12740
      5268303-12319
      5268203-12591
      5268103-12331
      5268003-121211
      5267903-12551
      5267803-12357
      5267703-12563
      5267603-12308
      5267503-12348
      5267403-12297
      5267303-12392
      5267203-12448
      안내 배너 이미지