if (KeyboardKey.F10 == key) then
move = not move
if move then
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationX = 5
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationY = 5
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = true
_ChatMessageLogic:AddChatMsg(2, "무브모드ON")
else
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = false
_ChatMessageLogic:AddChatMsg(2, "무브모드OFF")
end
댓글2
쿼터무브
내가 찾은쿼터는 이것바께없는데 어딜고치면될까형
if (KeyboardKey.F10 == key) then
move = not move
if move then
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationX = 5
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationY = 5
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = true
_ChatMessageLogic:AddChatMsg(2, "무브모드ON")
else
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = false
_ChatMessageLogic:AddChatMsg(2, "무브모드OFF")
end