Skip to content

Commit 9e3db0b

Browse files
update Open Source Docs from Roblox internal teams
1 parent 2ca13f7 commit 9e3db0b

File tree

9 files changed

+41
-128
lines changed

9 files changed

+41
-128
lines changed

content/common/navigation/education.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ navigation:
6969
path: /education/lesson-plans/digital-citizenship/intro-to-roblox
7070
- title: Be a digital citizen
7171
path: /education/lesson-plans/digital-citizenship/being-a-digital-citizen
72+
- title: Develop civil and safe games
73+
path: /education/lesson-plans/digital-citizenship/civil-and-safe-game
7274
- title: Lights and polish
7375
path: /education/lesson-plans/digital-citizenship/lights-and-polish
7476
- title: Coding fundamentals

content/common/navigation/engine/reference.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,11 @@ navigation:
17101710
type: engineapi
17111711
source: /reference/engine/classes/MessagingService.yaml
17121712
ignoreTranslation: true
1713+
- title: MicroProfilerService
1714+
path: /reference/engine/classes/MicroProfilerService
1715+
type: engineapi
1716+
source: /reference/engine/classes/MicroProfilerService.yaml
1717+
ignoreTranslation: true
17131718
- title: ModerationService
17141719
path: /reference/engine/classes/ModerationService
17151720
type: engineapi
@@ -2523,6 +2528,11 @@ navigation:
25232528
type: engineapi
25242529
source: /reference/engine/classes/ServiceVisibilityService.yaml
25252530
ignoreTranslation: true
2531+
- title: SessionCheckService
2532+
path: /reference/engine/classes/SessionCheckService
2533+
type: engineapi
2534+
source: /reference/engine/classes/SessionCheckService.yaml
2535+
ignoreTranslation: true
25262536
- title: SharedTableRegistry
25272537
path: /reference/engine/classes/SharedTableRegistry
25282538
type: engineapi
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Create your first civil and safe game on Roblox
3+
description: Learn about civility and safety with Roblox. A full course created for middle to high school students. This session introduces how to be safe, civil, and responsible digital citizens.
4+
duration:
5+
thumbnail: None
6+
group: Education
7+
tags:
8+
---
9+
10+
<img src="../../../assets/education/first-safety-and-civility-game/civility.png" />
11+
12+
This ten-module course, with more than 400 minutes of content and hands-on activities, concentrates on transferable game design and engineering skills using Roblox Studio and the coding language "Lua".
13+
14+
- The first six modules introduce students to the basics of Roblox Studio and introductory coding principles as well safety and civility principles necessary for creating games and experiences that respect the Roblox community.
15+
- The last four modules are designed as group projects that mimic real-world working environments. Throughout the course, there will be tie-ins to various careers and how the demonstrated skills are used in real life.
16+
- Two additional stand-alone extension lessons are included for students who progress through content faster than others.
17+
18+
<Alert severity = 'info'>
19+
International Society of Technology in Education (ISTE) standards: [Innovative Designer 4a, 4c, 4d, Creative Communicator 6b, 6d](https://iste.org/standards/students).
20+
</Alert>
21+
22+
Click the following button to download a `.pdf` version of this lesson plan.
23+
24+
<a href="../../../assets/education/first-safety-and-civility-game/Create-Your-First-Civil-and-Safe-Game.pdf"><Button variant="contained">Download</Button></a>

content/en-us/reference/engine/classes/TextBox.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -441,26 +441,6 @@ properties:
441441
capabilities:
442442
- UI
443443
writeCapabilities: []
444-
- name: TextBox.ShouldEmitTabEvents
445-
summary: ''
446-
description: ''
447-
code_samples: []
448-
type: boolean
449-
tags:
450-
- Hidden
451-
- NotReplicated
452-
deprecation_message: ''
453-
security:
454-
read: RobloxScriptSecurity
455-
write: RobloxScriptSecurity
456-
thread_safety: ReadSafe
457-
category: Data
458-
serialization:
459-
can_load: false
460-
can_save: false
461-
capabilities:
462-
- UI
463-
writeCapabilities: []
464444
- name: TextBox.ShowNativeInput
465445
summary: |
466446
If set to true, input native to the platform is used instead of Roblox's

content/en-us/reference/engine/classes/UGCValidationService.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,6 @@ tags:
1212
- NotReplicated
1313
deprecation_message: ''
1414
properties: []
15-
methods:
16-
- name: UGCValidationService:IsDeformedLayeredClothingOutOfRenderBounds
17-
summary: ''
18-
description: ''
19-
code_samples: []
20-
parameters:
21-
- name: accessory
22-
type: Accessory
23-
default: ''
24-
summary: ''
25-
returns:
26-
- type: boolean
27-
summary: ''
28-
tags:
29-
- Yields
30-
deprecation_message: ''
31-
security: RobloxScriptSecurity
32-
thread_safety: Unsafe
33-
capabilities: []
34-
writeCapabilities: []
15+
methods: []
3516
events: []
3617
callbacks: []

content/en-us/reference/engine/classes/UIContainerQuery.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

tools/checks/utils/allowedHttpLinks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,3 +659,4 @@ https://www.youtube-nocookie.com/embed/_RxK6l2y7Ac
659659
https://www.youtube-nocookie.com/embed/_k1ea0OIKaU?si=A9mdnnG95qdaZbB_
660660
https://www.reaper.fm/userguide.php
661661
https://www.reaper.fm/download.php
662+
https://iste.org/standards/students

0 commit comments

Comments
 (0)