> For the complete documentation index, see [llms.txt](https://space-guide.playentry.org/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space-guide.playentry.org/untitled/create/world/coding/text-block.md).

# 글상자 블록

## 1. 글상자 <mark style="color:red;">`[글상자]`</mark> 의 내용

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/ujQ9M4ByiaBxAgSqTuCg" alt=""><figcaption></figcaption></figure></div>

글상자에 쓰인 내용을 가져오는 값 블록입니다.

기본적으로 글상자를 맨 처음 추가할 때 작성한 내용을 가져오고, 글상자 블록을 통해 내용을 바꿨다면 바꾼 내용을 가져옵니다.

목록 상자(<img src="https://docs.playentry.org/user/images/icon/dropdown-text.png" alt="" data-size="line">)를 클릭하면 장면에 추가한 여러 글상자 중에서 내용을 가져올 글상자를 선택할 수 있어요.

## 2. <mark style="color:red;">`(엔트리)`</mark> (이)라고 글쓰기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/1M4uhZ5uVR4AAYtC87mD" alt=""><figcaption></figcaption></figure></div>

입력한 내용(<img src="https://docs.playentry.org/user/images/icon/value.png" alt="value" data-size="line">)을 글상자의 내용으로 정합니다.

아무리 길게 적어도 최대 100자까지 반영돼요.

## 3. <mark style="color:red;">`(엔트리)`</mark> 을(를) 뒤에 추가하기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/pu3J0lgGm7VO3YkztFJ0" alt=""><figcaption></figcaption></figure></div>

입력한 내용(<img src="https://docs.playentry.org/user/images/icon/value.png" alt="value" data-size="line">)을 글상자의 내용 뒤에 추가합니다.

아무리 길게 적어도 기존 글상자의 내용 포함 최대 100자까지 반영돼요.

## 4. <mark style="color:red;">`(엔트리)`</mark> 을(를) 앞에 추가하기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/THySRCIWA7hWdH8uHQFl" alt=""><figcaption></figcaption></figure></div>

입력한 내용(<img src="https://docs.playentry.org/user/images/icon/value.png" alt="value" data-size="line">)을 글상자의 내용 앞에 추가합니다.

아무리 길게 적어도 기존 글상자의 내용 포함 최대 100자까지 반영돼요.

## 5. 글씨색을 <mark style="color:red;">`(#FF0000)`</mark> (으)로 바꾸기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/5obLN9qBiQZfK1aI2ECS" alt="" width="296"><figcaption></figcaption></figure></div>

글상자의 글씨색을 입력한 색상 코드(<img src="https://docs.playentry.org/user/images/icon/value.png" alt="value" data-size="line">)로 바꿉니다.

## 6. 배경색을 <mark style="color:red;">`(#FF0000)`</mark> (으)로 바꾸기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/0jM5azTFntZUmCU4Uyaq" alt="" width="296"><figcaption></figcaption></figure></div>

글상자의 영역을 채울 색깔(배경색)을 입력한 색상 코드(<img src="https://docs.playentry.org/user/images/icon/value.png" alt="value" data-size="line">)로 바꿉니다.

## 7. 텍스트 모두 지우기

<mark style="color:orange;">글상자 오브젝트에서 사용할 수 있습니다.</mark>

***

<div align="left"><figure><img src="/files/cyLalOdMDklw1hgCSzDz" alt=""><figcaption></figcaption></figure></div>

글상자의 내용을 모두 지웁니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://space-guide.playentry.org/untitled/create/world/coding/text-block.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.
