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