Skip to content

Instantly share code, notes, and snippets.

@modster
Last active September 21, 2021 03:56
Show Gist options
  • Save modster/9bbc1c8c7efe437f9d2ab64971f26805 to your computer and use it in GitHub Desktop.
Save modster/9bbc1c8c7efe437f9d2ab64971f26805 to your computer and use it in GitHub Desktop.
Get Player from Character - Roblox
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