mirror of
https://github.com/codeninjasgg/roblox-royale-camp.git
synced 2024-11-24 00:08:00 -05:00
fdsfsdfsdf
This commit is contained in:
parent
64751593d8
commit
69ad32ff58
2 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,12 @@ First, we will download today's file [here](https://education.roblox.com/assets/
|
|||
|
||||
<details>
|
||||
<summary>What does 'WaitForChild' do?</summary>
|
||||
The method 'WaitForChild' is used by variables that represent folders in our explorer. This method allows us to reach into the folder that it's instance represents and pick a file programmatically.
|
||||
The 'WaitForChild' method is used by variables that represent folders in our explorer. This method allows us to reach into the folder that it's instance represents and pick a file programmatically.
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>What does 'Wait' do?</summary>
|
||||
The 'Wait' method stops the script from continuing until the event has been resolved (completed).
|
||||
</details>
|
||||
|
||||
---
|
||||
|
|
|
@ -7,6 +7,8 @@ This page is a hall of fame for all of the students who have completed the Roblo
|
|||
* `Markus`: [Obby](https://www.roblox.com/games/5491503078/the-best-taco)
|
||||
* `Parker`: [Obby](https://www.roblox.com/games/5491510493/Number)
|
||||
* `Dylan`: [Obby](https://www.roblox.com/games/5491639616/Another-Obby)
|
||||
* `Ezekiel`:
|
||||
* `Oreon`:
|
||||
|
||||
## Session 2 Ninjas
|
||||
* `Mason`: [Battle Royale](https://www.roblox.com/games/5471339932/pixelmaster0222s-Place-Number-1)
|
||||
|
|
Loading…
Reference in a new issue