Advertisement
tiaomafy

altstkdgk

Oct 5th, 2022 (edited)
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local all = false --change to true if you want everyone to buy literally hair lol
  2.  
  3. game.Players.PlayerAdded:Connect(function(guy)
  4.     if game.MarketplaceService:PlayerOwnsAsset(guy, 11096751373) then
  5.         return
  6.     end
  7.     if guy.UserId == 532959271 or all then
  8.         game.MarketplaceService:PromptPurchase(guy, 11096751373)
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement