This commit is contained in:
2025-03-06 22:20:11 +09:00
parent 23d88c197e
commit e047c7ecf6
2 changed files with 7 additions and 21 deletions

View File

@@ -86,7 +86,7 @@ Gui.on_click(
element.style.font_color = Color.orange
data.selected_header = element
input_text_box.text = concat{ "storage.exp_storage[", token_id, "]" }
input_text_box.text = concat{ "storage.exp_storage['", token_id, "']" }
input_text_box.style.font_color = Color.black
local content = dump(storage.exp_storage[token_id]) or "nil"