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 :/
local AssetID = 195872245 local MarketplaceService = game:GetService("MarketplaceService") MarketplaceService.PromptPurchaseFinished:connect(function(Player, ID, isPurchased) while true do if not isPurchased then return end if ID == AssetID then if Player.Character ~= nil then local WalkSpeed = Player.Character.Humanoid.WalkSpeed WalkSpeed = 100 end end end 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?