File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -2439,8 +2439,8 @@ methods:
24392439
24402440 #### Character Loading Event order
24412441
2442- Calling the `Class.Player:LoadCharacter()` with an R15 Avatar fires events
2443- in the following order (Note: R6 ordering is different) :
2442+ Calling the `Class.Player:LoadCharacter()` on any Player fires events
2443+ in the following order:
24442444
24452445 1. Character appearance initializes
24462446 2. The Character rig builds, and the Character scales
@@ -2451,16 +2451,6 @@ methods:
24512451 7. Player.CharacterAdded fires
24522452 8. Player.CharacterAppearanceLoaded fires
24532453 9. LoadCharacter returns
2454-
2455- 1. Player.Character sets
2456- 2. Player.CharacterAdded fires
2457- 3. Player.Changed fires with a value of "Character"
2458- 4. Character appearance initializes
2459- 5. Player.CharacterAppearanceLoaded fires
2460- 6. Character.Parent sets to the DataModel
2461- 7. The Character rig builds, and the Character scales
2462- 8. Character moves to the spawn location
2463- 9. LoadCharacter returns
24642454 code_samples :
24652455 - Player-LoadCharacter1
24662456 parameters : []
You can’t perform that action at this time.
0 commit comments