Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local all = false --change to true if you want everyone to buy literally hair lol
- game.Players.PlayerAdded:Connect(function(guy)
- if game.MarketplaceService:PlayerOwnsAsset(guy, 11096751373) then
- return
- end
- if guy.UserId == 532959271 or all then
- game.MarketplaceService:PromptPurchase(guy, 11096751373)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement