Code used to prompt subscription purchase
if math.random(1,5) == 1 and ms:GetUserSubscriptionStatusAsync(player, "EXP-5046009742958002280")["IsSubscribed"] == false then
ms:PromptSubscriptionPurchase(player, "EXP-5046009742958002280")
else
Result
Reproduction
Step 1. Create a script to prompt a subscription purchase
Step 2. Play the game in Roblox player ( not Roblox studio test mode )