Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function()
- if player.MembershipType.EnumType == Enum.MembershipType.Premium then
- player.Coins.Value = player.Coins.Value + 100
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement