Bad programmer wanting to sell dev products via console

how do i send a prompt to everyone in the server to purchase this Developer product here ->1837149406
via console? i dont have a pc nor any coding skills therefore i cant just add a Ui button for it

Just copy & paste.

for i, player in game.Players:GetPlayers() do
	game.MarketplaceService:PromptProductPurchase(player, 1837149406)
end

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.