Advertisement
tiaomafy

Untitled

Oct 7th, 2022
1,978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(guy)
  2.     if game.MarketplaceService:PlayerOwnsAsset(guy, 11096751373) then
  3.         return
  4.     end
  5.     if guy.UserId == 532959271 then
  6.         game.MarketplaceService:PromptPurchase(guy, 11096751373)
  7.     end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement