BackpackItem
BackpackItem : Instance
Overview
BackpackItem์ Tool์ฒ๋ผ Backpack์ ์ ์ฅ๋๋ ์์ดํ ๋ค์ด ๊ณตํต์ ์ผ๋ก ์์๋ฐ๋ ์ถ์ ํด๋์ค์ ๋๋ค.
Properties
TextureId
string
์ด ์์ฑ์ ํ๋ฉด ํ๋จ ์ธ๋ฒคํ ๋ฆฌ UI์์ Tool์ ํ์ํ ๋ ์ฌ์ฉ๋๋ ์์ด์ฝ ์ด๋ฏธ์ง๋ฅผ ์ง์ ํฉ๋๋ค.
์ค์ ํ์ง ์์ผ๋ฉด ์ด๋ฏธ์ง ๋์ Tool์ ์ด๋ฆ์ด ํ์๋ฉ๋๋ค.
Code Samples
local Tool = script.Parent
print(Tool.TextureId)
Methods
Events
Last updated