One of the old questions I posted prior to knowing anything. Since it's reported like this I cannot delete it
@Best Developer @jmanrock123 Is this correct then? It still does not work :/
01 | local AssetID = 195872245 |
02 | local MarketplaceService = game:GetService( "MarketplaceService" ) |
03 |
04 | MarketplaceService.PromptPurchaseFinished:connect( function (Player, ID, isPurchased) |
05 | while true do |
06 | if not isPurchased then return end |
07 | if ID = = AssetID then |
08 | if Player.Character ~ = nil then |
09 | local WalkSpeed = Player.Character.Humanoid.WalkSpeed |
10 | WalkSpeed = 100 |
11 | end |
12 | end |
13 | end |
14 | end ) |
Marked as Duplicate by Azmidium, TheHospitalDev, koolkid8099, and Prioxis
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?