Joriangames

SkipStage Localscript

Dec 10th, 2022
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. --[[
  2. Thanks for using this script
  3. This script was made by Joriangames/BloxianCode
  4. Want to know how to use this and script explanation?
  5. Check the video here: https://youtu.be/SIW3Vq-DjZI
  6. ]]
  7. local devId = 1337988868
  8. local MS = game:GetService("MarketplaceService")
  9. local players = game:GetService("Players")
  10. local plr = game.Players.LocalPlayer
  11.  
  12.  
  13. script.Parent.MouseButton1Click:Connect(function()
  14.     MS:PromptProductPurchase(plr, devId)
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment