|
| 05 Mar 2014 04:22 PM |
I Made it, But How do i program it? Write your Script In Comments |
|
|
| Report Abuse |
|
|
Avorable
|
  |
| Joined: 05 Jan 2014 |
| Total Posts: 847 |
|
| |
|
|
| 05 Mar 2014 04:27 PM |
| If you dont know, why did you post that? |
|
|
| Report Abuse |
|
|
Avorable
|
  |
| Joined: 05 Jan 2014 |
| Total Posts: 847 |
|
|
| 05 Mar 2014 04:30 PM |
| You didn't explain what you want at all. How can I help you? |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2014 04:31 PM |
@Utter
if you don't understand, why did YOU post it?
Humph.
|
|
|
| Report Abuse |
|
|
|
| 07 Mar 2014 02:57 PM |
| I want to know how can i make a script to sell developeritems ingame! |
|
|
| Report Abuse |
|
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 07 Mar 2014 03:01 PM |
A DeveloperItem is a repurchaseable item that gives you benefits when you buy it, but unlike a gamepass the transaction etc isn't handled through roblox, but rather ingame.
They're commonly used as relatively cheap packs that can do the same thing yayayayya too run-on. You know what I mean. It's a gamepass except you can buy it loads of times.
It'd be marketplaceservice. Then the ID of the developeritem. Then what you want it to do (DataStore this effect!) |
|
|
| Report Abuse |
|
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 07 Mar 2014 03:03 PM |
| Hear, hear. http://wiki.roblox.com/index.php/Developer_product |
|
|
| Report Abuse |
|
|
|
| 07 Mar 2014 09:32 PM |
| Wiki didn't make ANY sense |
|
|
| Report Abuse |
|
|
Ekkoh
|
  |
| Joined: 22 Oct 2012 |
| Total Posts: 524 |
|
|
| 07 Mar 2014 09:43 PM |
| If the wiki didn't make sense you should be starting with something simpler. |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 07 Mar 2014 09:48 PM |
"I Made it, But How do i program it? Write your Script In Comments" he's asking for a script, stop replying -=Robo=- |
|
|
| Report Abuse |
|
|
2unknown2
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 9351 |
|
|
| 07 Mar 2014 10:01 PM |
local MarketplaceService = Game:GetService("MarketplaceService") local buyButton = game.Workspace.BuyButton.SurfaceGui.TextButton local productId = 13672652 buyButton.MouseButton1Click:connect(function() MarketplaceService:PromptProductPurchase(player, productId) end)
from the wiki |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 08:36 PM |
| Thanks. FINALLY SOMEONE helpful. |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 08:38 PM |
why does everyone post that script, it DOES NOT WORK.
#nerdsunited |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 08:43 PM |
| Where do i put the script, and what kind of script? |
|
|
| Report Abuse |
|
|
Avorable
|
  |
| Joined: 05 Jan 2014 |
| Total Posts: 847 |
|
|
| 08 Mar 2014 09:04 PM |
>>OP This forum section is called Scripting Helpers, not Script Requests. If you need help making a script work, we're happy to help, but we won't write an entire script for you. |
|
|
| Report Abuse |
|
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 08 Mar 2014 10:10 PM |
"I Made it, But How do i program it? Write your Script In Comments" he's asking for a script, stop replying -=Robo=-
He's asking for that part of a script that buys a developeritem.
Not for a script that buys a developeritem, then gives the ingame benefit, saves it, yayayayayaya. He's asking for the lines that sell the devitem. |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 10:25 PM |
| The wiki helped me master it in one day, I'm pretty sure you can to. |
|
|
| Report Abuse |
|
|
dave2011
|
  |
| Joined: 02 Oct 2010 |
| Total Posts: 10581 |
|
|
| 08 Mar 2014 10:27 PM |
| Verified that does work, I have used it |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2014 03:58 PM |
| Nvm, found freemodel template. :P |
|
|
| Report Abuse |
|
|