Advertisement
Guest User

Roblox Gamepass script

a guest
Jan 3rd, 2020
19,843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local id = 7926567
  2. game:GetService("MarketplaceService").PromptGamePassPurcahseFinished:connect(function(plr,ido,purcahsed)
  3. if purcahed and id == 7926567 then
  4. blah = blah
  5. end
  6. end)
  7.  
  8. game.Players.PlayerAdded:Connect(function(plr)
  9. if game:GetService("MarketplaceService").UserOwnsGamePassAsync(plr,User.id) then
  10. wateveru
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement