url
stringlengths
20
126
language
stringclasses
15 values
content
stringlengths
25
225k
__index_level_0__
int64
0
19.6k
https://luau.org/getting-started
en-us
# Getting Started #### On this page * [Creating a script](#creating-a-script) * [Type inference](#type-inference) * [Annotations](#annotations) * [Conclusions](#conclusions) Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua 5\.1\. Luau ships as a command line tool for runni...
0
https://luau.org/why
en-us
# Why Luau? Around 2006, [Roblox](https://www.roblox.com) started using Lua 5\.1 as a scripting language for games. Over the years the runtime had to be tweaked to provide a safe, secure sandboxed environment; we gradually started accumulating small library changes and tweaks. Over the course of the last few years, ...
1
https://luau.org/syntax
en-us
# Syntax #### On this page * [String literals](#string-literals) * [Number literals](#number-literals) * [Continue statement](#continue-statement) * [Compound assignments](#compound-assignments) * [Type annotations](#type-annotations) * [If\-then\-else expressions](#if-then-else-expressions) * [Generalized iteration...
2
https://luau.org/lint
en-us
# Linting #### On this page * [UnknownGlobal (1\)](#unknownglobal-1) * [DeprecatedGlobal (2\)](#deprecatedglobal-2) * [GlobalUsedAsLocal (3\)](#globalusedaslocal-3) * [LocalShadow (4\)](#localshadow-4) * [SameLineStatement (5\)](#samelinestatement-5) * [MultiLineStatement (6\)](#multilinestatement-6) * [LocalUnused ...
3
https://luau.org/performance
en-us
# Performance #### On this page * [Fast bytecode interpreter](#fast-bytecode-interpreter) * [Optimizing compiler](#optimizing-compiler) * [Epsilon\-overhead debugger](#epsilon-overhead-debugger) * [Inline caching for table and global access](#inline-caching-for-table-and-global-access) * [Importing global access cha...
4
https://luau.org/sandbox
en-us
# Sandboxing #### On this page * [Library](#library) * [Environment](#environment) * [\_\_gc](#__gc) * [Interrupts](#interrupts) Luau is safe to embed. Broadly speaking, this means that even in the face of untrusted (and in Roblox case, actively malicious) code, the language and the standard library don’t allow uns...
5
https://luau.org/compatibility
en-us
# Compatibility #### On this page * [Implementation limits](#implementation-limits) * [Lua 5\.1](#lua-51) * [Lua 5\.2](#lua-52) * [Lua 5\.3](#lua-53) * [Lua 5\.4](#lua-54) * [Differences from Lua](#differences-from-lua) Luau is based on Lua 5\.1, and as such incorporates all features of 5\.1, except for ones that h...
6
https://luau.org/typecheck
en-us
# Type checking #### On this page * [Type inference modes](#type-inference-modes) * [Structural type system](#structural-type-system) * [Builtin types](#builtin-types) + [unknown type](#unknown-type) + [never type](#never-type) + [any type](#any-type) * [Function types](#function-types) * [Table types](#table-typ...
7
https://luau.org/profile
en-us
# Profiling #### On this page One of main goals of Luau is to enable high performance code. To help with that goal, we are relentlessly optimizing the compiler and runtime \- but ultimately, performance of their code is in developers’ hands, and is a combination of good algorithm design and implementation that adher...
8
https://luau.org/library
en-us
# Library #### On this page * [Global functions](#global-functions) * [math library](#math-library) * [table library](#table-library) * [string library](#string-library) * [coroutine library](#coroutine-library) * [bit32 library](#bit32-library) * [utf8 library](#utf8-library) * [os library](#os-library) * [debug li...
9
https://luau.org/grammar
en-us
# Grammar This is the complete syntax grammar for Luau in EBNF. More information about the terminal nodes STRING and NUMBER is available in the [syntax section](syntax). ``` chunk ::= block block ::= {stat [';']} [laststat [';']] stat ::= varlist '=' explist | var compoundop exp | functioncall | 'do' blo...
10
https://create.roblox.com/docs
en-us
[![thumbnail](https://prod.docsiteassets.roblox.com/assets/feeds/polish_environment.webp)![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplTWVkaXVtIHdlYi1ibG94LWNzcy1tdWktN2lqaXo0IiBkYXRhLXRlc3RpZD0iUGxheUFycm93SWNvbiIgZm9jdXNhYmxlPSJmYWxzZSIg...
11
https://create.roblox.com/docs/id-id/cloud
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Open Cloud](/docs/id-id/cloud) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYXRh...
12
https://create.roblox.com/docs/id-id/education/educator-onboarding/landing
id-id
1. [Education](/docs/id-id/education/educator-onboarding/landing) 2. / 3. [Ringkasan](/docs/id-id/education/educator-onboarding/landing) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzA...
13
https://create.roblox.com/docs/id-id/production/promotion/content-maturity
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
14
https://create.roblox.com/docs/id-id/production/publishing/about-GDPR-and-CCPA
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
15
https://create.roblox.com/docs/id-id/production/publishing/dmca-guidelines
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
16
https://create.roblox.com/docs/id-id/ai-data-sharing
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
17
https://create.roblox.com/docs/id-id/production/publishing/account-verification
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
18
https://create.roblox.com/docs/id-id/projects/group-guidelines
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Umum Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY...
19
https://create.roblox.com/docs/id-id/marketplace/marketplace-policy
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Marketplace Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW...
20
https://create.roblox.com/docs/id-id/marketplace/intellectual-property
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Marketplace Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW...
21
https://create.roblox.com/docs/id-id/marketplace/moderation
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Marketplace Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW...
22
https://create.roblox.com/docs/id-id/marketplace/frequently-asked-questions
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. Marketplace Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW...
23
https://create.roblox.com/docs/id-id/studio/setup
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
24
https://create.roblox.com/docs/id-id/assistant/prompt-engineering
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [Assistant for Studio](/docs/id-id/assistant/guide) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweD...
25
https://create.roblox.com/docs/id-id/studio/ui-overview
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
26
https://create.roblox.com/docs/id-id/studio/align-tool
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
27
https://create.roblox.com/docs/id-id/studio/pivot-tools
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
28
https://create.roblox.com/docs/id-id/studio/terrain-editor
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
29
https://create.roblox.com/docs/id-id/studio/material-generator
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
30
https://create.roblox.com/docs/id-id/studio/texture-generator
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
31
https://create.roblox.com/docs/id-id/studio/rig-builder
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
32
https://create.roblox.com/docs/id-id/studio/script-editor
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
33
https://create.roblox.com/docs/id-id/studio/debugging
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
34
https://create.roblox.com/docs/id-id/studio/testing-modes
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
35
https://create.roblox.com/docs/id-id/studio/output
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
36
https://create.roblox.com/docs/id-id/studio/microprofiler
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [MicroProfiler](/docs/id-id/studio/microprofiler) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
37
https://create.roblox.com/docs/id-id/studio/microprofiler/modes
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [MicroProfiler](/docs/id-id/studio/microprofiler) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
38
https://create.roblox.com/docs/id-id/studio/microprofiler/task-scheduler
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [MicroProfiler](/docs/id-id/studio/microprofiler) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
39
https://create.roblox.com/docs/id-id/studio/microprofiler/tag-table
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [MicroProfiler](/docs/id-id/studio/microprofiler) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
40
https://create.roblox.com/docs/id-id/studio/microprofiler/use-microprofiler
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [MicroProfiler](/docs/id-id/studio/microprofiler) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
41
https://create.roblox.com/docs/id-id/studio/developer-console
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [Konsol Developer](/docs/id-id/studio/developer-console) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0Y...
42
https://create.roblox.com/docs/id-id/studio/optimization/scriptprofiler
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [Konsol Developer](/docs/id-id/studio/developer-console) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0Y...
43
https://create.roblox.com/docs/id-id/studio/optimization/memory-usage
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) 4. / 5. [Konsol Developer](/docs/id-id/studio/developer-console) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0Y...
44
https://create.roblox.com/docs/id-id/studio/quick-access
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
45
https://create.roblox.com/docs/id-id/studio/home-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
46
https://create.roblox.com/docs/id-id/studio/model-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
47
https://create.roblox.com/docs/id-id/studio/avatar-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
48
https://create.roblox.com/docs/id-id/studio/test-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
49
https://create.roblox.com/docs/id-id/studio/view-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
50
https://create.roblox.com/docs/id-id/studio/plugins-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
51
https://create.roblox.com/docs/id-id/studio/script-tab
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
52
https://create.roblox.com/docs/id-id/studio/explorer
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
53
https://create.roblox.com/docs/id-id/studio/properties
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
54
https://create.roblox.com/docs/id-id/studio/game-settings
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
55
https://create.roblox.com/docs/id-id/studio/shortcuts
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
56
https://create.roblox.com/docs/id-id/studio/plugins
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
57
https://create.roblox.com/docs/id-id/studio/build-studio-widgets
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
58
https://create.roblox.com/docs/id-id/creator-programs
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
59
https://create.roblox.com/docs/id-id/creator-programs/brand-developer-directory
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
60
https://create.roblox.com/docs/id-id/creator-programs/feedback
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
61
https://create.roblox.com/docs/id-id/creator-programs/creator-events
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
62
https://create.roblox.com/docs/id-id/creator-fund
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
63
https://create.roblox.com/docs/id-id/creator-programs/spotlights
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
64
https://create.roblox.com/docs/id-id/creator-programs/developer-awards
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
65
https://create.roblox.com/docs/id-id/creator-programs/inspire
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
66
https://create.roblox.com/docs/id-id/creator-programs/learn-explore-sort
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
67
https://create.roblox.com/docs/id-id/creator-programs/managed-brand-integrations
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
68
https://create.roblox.com/docs/id-id/creator-programs/notable-translators
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
69
https://create.roblox.com/docs/id-id/creator-programs/rdc
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
70
https://create.roblox.com/docs/id-id/creator-programs/innovation-awards
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
71
https://create.roblox.com/docs/id-id/creator-programs/research-panel
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
72
https://create.roblox.com/docs/id-id/creator-programs/todays-picks-home
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
73
https://create.roblox.com/docs/id-id/creator-programs/todays-picks-marketplace
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Ringkasan](/docs/id-id/platform) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3c0aGk0IiBkYX...
74
https://create.roblox.com/docs/id-id/experiences
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3...
75
https://create.roblox.com/docs/id-id/creation
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnNsYXRlZEljb24gd2ViLWJsb3gtY3NzLW11aS0xY3...
76
https://create.roblox.com/docs/id-id/projects
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnN...
77
https://create.roblox.com/docs/id-id/projects/data-model
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Arsitektur](/docs/id-id/projects/data-model) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTa...
78
https://create.roblox.com/docs/id-id/projects/client-server
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Arsitektur](/docs/id-id/projects/data-model) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTa...
79
https://create.roblox.com/docs/id-id/workspace/streaming
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Arsitektur](/docs/id-id/projects/data-model) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTa...
80
https://create.roblox.com/docs/id-id/projects/experience-ownership-transfer
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Kelola](/docs/id-id/production/publishing/publish-experiences-and-places) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24t...
81
https://create.roblox.com/docs/id-id/projects/place-files
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Kelola](/docs/id-id/production/publishing/publish-experiences-and-places) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24t...
82
https://create.roblox.com/docs/id-id/projects/groups
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Bekerja dalam tim](/docs/id-id/projects/groups) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbn...
83
https://create.roblox.com/docs/id-id/projects/collaboration
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Bekerja dalam tim](/docs/id-id/projects/groups) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbn...
84
https://create.roblox.com/docs/id-id/projects/activity-history
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) 6. / 7. [Bekerja dalam tim](/docs/id-id/projects/groups) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbn...
85
https://create.roblox.com/docs/id-id/projects/external-tools
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Proyek](/docs/id-id/projects) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDItdHJhbnN...
86
https://create.roblox.com/docs/id-id/workspace
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
87
https://create.roblox.com/docs/id-id/parts
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Bagian](/docs/id-id/parts) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJp...
88
https://create.roblox.com/docs/id-id/parts/solid-modeling
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Bagian](/docs/id-id/parts) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJp...
89
https://create.roblox.com/docs/id-id/parts/textures-decals
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Bagian](/docs/id-id/parts) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJp...
90
https://create.roblox.com/docs/id-id/parts/meshes
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
91
https://create.roblox.com/docs/id-id/parts/models
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
92
https://create.roblox.com/docs/id-id/parts/materials
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
93
https://create.roblox.com/docs/id-id/parts/terrain
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZXJpdCB3ZWItYmxveC1jc3MtdHNzLTE0YzAweDIt...
94
https://create.roblox.com/docs/id-id/physics
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Fisika](/docs/id-id/physics) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZX...
95
https://create.roblox.com/docs/id-id/physics/assemblies
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Fisika](/docs/id-id/physics) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZX...
96
https://create.roblox.com/docs/id-id/physics/network-ownership
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Fisika](/docs/id-id/physics) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9Ik11aVN2Z0ljb24tcm9vdCBNdWlTdmdJY29uLWZvbnRTaXplSW5oZX...
97
https://create.roblox.com/docs/id-id/physics/mechanical-constraints
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Fisika](/docs/id-id/physics) 8. / 9. [Constraint Mekanis](/docs/id-id/physics/mechanical-constraints) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlb...
98
https://create.roblox.com/docs/id-id/physics/constraints/ball-socket
id-id
1. [Buat](/docs/id-id/platform) 2. / 3. [Pengalaman Virtual](/docs/id-id/experiences) 4. / 5. [Workspace 3D](/docs/id-id/workspace) 6. / 7. [Fisika](/docs/id-id/physics) 8. / 9. [Constraint Mekanis](/docs/id-id/physics/mechanical-constraints) Bahasa Indonesia![SVG Image](data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlb...
99