local player = game.Players.LocalPlayer local gui = script.Parent local toolName = "KeyTool" gui.Visible = false -- 初期状態:非表示 -- 装備中ツールの確認 local function updateGUIVisibility () local character = player ...