Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I use gamepasses?

Asked by
yoshiegg6 176
9 years ago

How do I use gamepasses? Also, how would I connect a script whenever someone's character spawns. You're probably going to say something like:

game.Players.PlayerAdded:connect(function(player)
player:WaitForCharacter:connect(function(character)

But if I'm correct that first line makes it only fire when someone joins.

Answer this question