Advertisement
Sungmingamerpro13

PremiumReward(STORY GAME)

Sep 28th, 2022
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. player.CharacterAdded:Connect(function()
  3. if player.MembershipType.EnumType == Enum.MembershipType.Premium then
  4. player.Coins.Value = player.Coins.Value + 100
  5. end
  6. end)
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement