How to make a Tip Jar in ROBLOX! | Roblox Scripting Series

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • Sorry for the low resolution. :/
    Thank you all for watching! Have a nice day!
    Frothiez Group: www.roblox.com...
    Discord @: Bixls#0258
    Songs used in this video:
    Main: lando! - ~daydream~ (w/ potsu)
    Outro: Yung Gravy - Yup! (Instrumental)
    ------------------------------------------------
    Twitter - / bixfinity
    Roblox - www.roblox.com... (I dont accept friend requests unless I know you IRL.)
    Website - bixfinitystudi...
    ------------------------------------------------
    Want GFX? Order them here! - www.roblox.com...

КОМЕНТАРІ • 15

  • @BixlsYT
    @BixlsYT  3 роки тому +2

    Explaning MarketplaceService:PromptProductPurchase():
    So what this does is tells the script what to do with the Marketplace. Should it check if you have a gamepass? Should it give you a shirt to buy? That's what our script wants us to tell it with MarketplaceService:. PromptProductPurchase just prompts us with a purchase and helps us monetize our game. You can use Prompt-Purchase for shirts, gamepasses, and developer products.
    Sources:
    MarketplaceService: developer.roblox.com/en-us/api-reference/class/MarketplaceService
    PromptProductPurchase: developer.roblox.com/en-us/api-reference/function/MarketplaceService/PromptProductPurchase

  • @moonjiunkie4831
    @moonjiunkie4831 3 роки тому +5

    I can’t read the script that well, could you send it? I tried the sources you put but it didn’t work. Thanks ^^

    • @BixlsYT
      @BixlsYT  3 роки тому +1

      local ClickDetector = script.Parent
      local MarketplaceService = game:GetService("MarketplaceService")
      ClickDetector.MouseClick:Connect(function(plr)
      MarketplaceService:PromptProductPurchase(plr, GamepassID)
      end)

  • @p4ndaaa
    @p4ndaaa 3 роки тому +2

    yo bix! do you remember me? hows it goin!

    • @BixlsYT
      @BixlsYT  3 роки тому

      Panda Lif3 I’m good, you?

    • @p4ndaaa
      @p4ndaaa 3 роки тому

      @@BixlsYT im doin really good, i've held off on youtube videos and roblox haha, but I'm doing really good :D

    • @BixlsYT
      @BixlsYT  3 роки тому

      Panda Lif3 I’m really glad to hear that. :)

    • @p4ndaaa
      @p4ndaaa 3 роки тому

      @@BixlsYT you still workin on that latte place? or now you just work on helping others code?

    • @BixlsYT
      @BixlsYT  3 роки тому

      Panda Lif3 I stopped working on latte like 3 years ago. I own a new group now but I’m trying to do coding commissions for other people.

  • @WoffleLord
    @WoffleLord 2 роки тому

    Thanks!

  • @Ryoshi33
    @Ryoshi33 Рік тому

    Script for mobile???