# Frame

Frame : `GuiObject`

## Overview

Frame은 다양한 GUI 요소들을 담아 구조적으로 묶어주는 기본 컨테이너 UI 객체입니다.

특히 Frame은 반응형 UI 레이아웃을 구성하는 데 적합하여, 기본적인 GUI 속성을 모두 지원하므로 배경색 지정, 투명도 조절, 등 다양한 스타일 커스터마이징을 자유롭게 수행할 수 있습니다.

Frame은 **클라이언트 환경**에서만 제어할 수 있습니다.

## Properties

### BorderColor3

`Color3`

현재 지원되지 않습니다.

#### Code Samples

### BorderMode

`Enum.BorderMode`

현재 지원되지 않습니다.

#### Code Samples

### BorderPixelSize

`number`

현재 지원되지 않습니다.

#### Code Samples

## Methods

## Events

## See also

{% content-ref url="/pages/K1g0tEWDJhh6a6E4UURk" %}
[GUI](/korean/manual/studio-manual/gui.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overdare.com/korean/development/api-reference/classes/frame.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
