ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 10 Jul 2013 09:56 PM |
local player = game:GetService("Players").LocalPlayer
script.Parent.MouseButton1Down:connect(function () if game:GetService("GamePassService"):PlayerHasPass(player,121413321) then if _G.shop.UpStairs.Transparency == 0 then script.Parent.Style = Enum.ButtonStyle.RobloxButtonDefault script.Parent.Text = "Close Upstairs" _G.shop.UpStairs.Transparency = 1 _G.shop.UpStairs.CanCollide = false else script.Parent.Style = Enum.ButtonStyle.RobloxButton script.Parent.Text = "Open Upstairs" _G.shop.UpStairs.Transparency = 0 _G.shop.UpStairs.CanCollide = true end else game:GetService("MarketplaceService"):PromptPurchase(player, 121413321) end end)
No output, but it ALWAYS brings up PromptPurchase |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|
weuj
|
  |
| Joined: 03 Jul 2013 |
| Total Posts: 131 |
|
| |
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|
weuj
|
  |
| Joined: 03 Jul 2013 |
| Total Posts: 131 |
|
| |
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|
|
| 10 Jul 2013 10:37 PM |
make sure you're not testing in play solo or else you won't have the pass.
eh? |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|
|
| 10 Jul 2013 10:39 PM |
My only guess would be that the ID is wrong, but i'm not sure about that.
i don't work much with gamepasses. |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 10 Jul 2013 10:40 PM |
| Does it matter if the place has the gamepass? |
|
|
| Report Abuse |
|
|
weuj
|
  |
| Joined: 03 Jul 2013 |
| Total Posts: 131 |
|
| |
|
weuj
|
  |
| Joined: 03 Jul 2013 |
| Total Posts: 131 |
|
| |
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 10 Jul 2013 10:51 PM |
| i was thinking of that. Btw like the game so far? ;3 |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2013 10:52 PM |
Which game is it?
I wanna check it out.
c; |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 10 Jul 2013 10:52 PM |
| http://www.roblox.com/Mall-Testing-place?id=78730541 |
|
|
| Report Abuse |
|
|
kinglime
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 2751 |
|
|
| 10 Jul 2013 10:53 PM |
The game has to have the gamepass for it to work.
You can test it with someone else gamepass, or a gamepass for another game. |
|
|
| Report Abuse |
|
|
| |
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 10 Jul 2013 10:57 PM |
Thanks :)
Just finishing up furniture saving, and its done :D |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2013 10:58 PM |
Honestly I don't like the blue too much thuogh Building is great, stores are great, guis are great.
Just the blue qq |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2013 10:52 AM |
| I JUST SAW AN AD FOR IT AND I'M SUPER EXCITED |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|