if(KeyboardKey.F6 == key) then
--[[etcitem = not etcitem
if etcitem then
local Character = _UserService.LocalPlayer
local CharacterPos2 = Character.TransformComponent.WorldPosition
savept2 = CharacterPos2
etcitemdrop = _TimerService:SetTimerRepeat(itemautoo_func, 1)
_UtilDlgLogic:Show("기타템 자동비우기 활성화")
else
_TimerService:ClearTimer(etcitemdrop)
_ChatMessageLogic:Add(_ChatMessageType.Yellow,"기타템 자동비우기 비활성화")
end ]]
댓글2
이거 벤일건데
그렇군요