OverlayBase
OverlayBase : Instance
Overview
Part์ ์ธ๊ณฝ์ (Outline)๊ณผ ํ๋ฉด ์ฑ์ฐ๊ธฐ(Fill) ๊ธฐ๋ฅ์ ์ ์ํ๊ธฐ ์ํ ์ถ์ ํด๋์ค์ ๋๋ค.
Properties
Enabled
bool
ํ์ ์ฌ๋ถ๋ฅผ ์ค์ ํฉ๋๋ค.
Code Samples
local Outline = script.Parent
Outline.Enabled = false
Adornee
Instance
๋ ๋๋ง ๋์์ผ๋ก ์ฌ์ฉํ ์ค๋ธ์ ํธ๋ฅผ ์ ์ํฉ๋๋ค.
Code Samples
local Outline = script.Parent
local Workspace = game:GetService("Workspace")
local Part = Workspace:WaitForChild("Part")
Outline.Adornee = Part
Methods
Events
Last updated