Graubaek
|
  |
| Joined: 12 Nov 2008 |
| Total Posts: 858 |
|
| |
|
Graubaek
|
  |
| Joined: 12 Nov 2008 |
| Total Posts: 858 |
|
| |
|
Graubaek
|
  |
| Joined: 12 Nov 2008 |
| Total Posts: 858 |
|
| |
|
Graubaek
|
  |
| Joined: 12 Nov 2008 |
| Total Posts: 858 |
|
| |
|
duckwit
|
  |
| Joined: 08 Aug 2008 |
| Total Posts: 1310 |
|
|
| 02 Feb 2014 03:50 PM |
I think this sort of thing belongs in "Lets make a Deal" forum, because paying for help/scripting services seems to be in violation of the Roblox terms of service (see section 2).
We can help you with a specific problem free of charge, or at least help you along with your own attempts, but we cannot barter for answers, really. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 03:51 PM |
Its not hard. You just search free models for chat voice and then insert it.
[Sarcasm] Too bad the creator of chat voice didnt make it easy for you to change the gamepass needed to use it. [/Sarcasm] Oh wait, he did! Its in the script. |
|
|
| Report Abuse |
|
|
duckwit
|
  |
| Joined: 08 Aug 2008 |
| Total Posts: 1310 |
|
|
| 02 Feb 2014 03:54 PM |
| I guess you win 250 R$, @secretidagent :) |
|
|
| Report Abuse |
|
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
|
| 02 Feb 2014 03:58 PM |
1.) Make sure it's this model, and that you've taken it on the ROBLOX website: http://www.roblox.com/ChV-item?id=131194697
2.) Simply insert the model into your Workspace.
3.) Edit Line 42 in the MasterScript to put in any desired admins.
4.) For Game Pass access, insert the game pass's ID at line 52. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 04:00 PM |
@bill52600 You can just put the ID under Access_Asset.Value for the ID of the gamepass you want prompted. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 04:01 PM |
@OwnerOfThread Heres the t-shirt to buy: http://www.roblox.com/We-like-Chiefjustus-Brad-item?id=121291570 |
|
|
| Report Abuse |
|
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
|
| 02 Feb 2014 04:02 PM |
You have to put it in the script, too.
Loleris put a gamepass into the Asset ID value, but not the script, and the access button doesn't show up. |
|
|
| Report Abuse |
|
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
|
| 02 Feb 2014 04:03 PM |
I gave more detail: http://www.roblox.com/Payment-item?id=114060677
|
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 04:04 PM |
@bill52600 He said: "First to answer" |
|
|
| Report Abuse |
|
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
|
| 02 Feb 2014 04:05 PM |
He also said "and method works"
Plainly inserting it doesn't make the gamepass feature pop up. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 04:07 PM |
Path: game.Workspace["CHAT_VOICE"]:FindFirstChild("CHAT_VOICE_GUI").Interface.Menu.BuyAccess.Script
Source:
script.Parent.MouseButton1Click:connect(function() --Because global scripts are more reliable game:GetService("MarketplaceService"):PromptPurchase(script.Parent.Parent.Parent.Parent.Parent.Parent, tonumber(script.Parent.Parent.Parent.Parent.Access_Asset.Value)) end)
Emphasis on: tonumber(script.Parent.Parent.Parent.Parent.Access_Asset.Value)) |
|
|
| Report Abuse |
|
|
Graubaek
|
  |
| Joined: 12 Nov 2008 |
| Total Posts: 858 |
|
| |
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
|
| 02 Feb 2014 04:17 PM |
| You must put the asset ID into both the script AND the asset ID of the GUI. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2014 04:19 PM |
1. Search free models for chat voice 2. Insert it 3. In the model CHAT_VOICE, go to CHAT_VOICE_GUI 4. In the CHAT_VOICE_GUI there is a value called Access_Asset 5. In Access_Asset make its value be the asset of the thing your selling (game pass, etc.) 6. Go to MasterScript and go to line 52 and also put the Asset of the thing your selling in the quotation marks. 7. It will work.
Buy this here: http://www.roblox.com/We-like-Chiefjustus-Brad-item?id=121291570 |
|
|
| Report Abuse |
|
|
bill52600
|
  |
| Joined: 26 Jul 2010 |
| Total Posts: 3464 |
|
| |
|