CharacterAdded (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "</code>" to "</SyntaxHighlight>"
Line 18: Line 18:
end)
end)
end)
end)
</code>}}
</SyntaxHighlight>}}


[[Category:Events]]
[[Category:Events]]

Revision as of 03:15, 27 April 2023

CharacterAdded ( Instance character )
Description Fired when a character spawns or respawns.
Member of: Player


Description

character will be a Model with Humanoid, all body parts, scripts, and joints. The model will be completely loaded when triggered by game.

Example
{{{1}}}