Last active
September 21, 2021 03:56
-
-
Save modster/9bbc1c8c7efe437f9d2ab64971f26805 to your computer and use it in GitHub Desktop.
Get Player from Character - Roblox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
player.CharacterAdded:Connect(function(character) | |
onCharacterAdded(character, player) | |
end) | |
-- https://developer.roblox.com/en-us/onboarding/scoring-points/3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment