gerit99
|
  |
| Joined: 21 Jul 2010 |
| Total Posts: 521 |
|
|
| 12 Mar 2013 05:17 AM |
I was just getting annoyed by RS2013, so I went to the old one, and got this error: 11:03:36 - 'MarketplaceService' is not a valid Service name 11:03:36 - Script "CoreGui.RobloxGui.CoreScripts/PurchasePromptScript", Line 7 11:03:36 - stack end I wonder what it does :P |
|
|
| Report Abuse |
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 12 Mar 2013 05:51 AM |
The MarketPlaceService is only created in online-mode (multiplayer-mode), therefore, the CoreScript Sorcus & co. is working on, will break.
In the command bar, you can type: game:service("Selection"):Set({game.CoreGui.RobloxGui["CoreScripts/PurchasePromptScript"]}) in order to find it. Then copy the LinkedSource and paste it into the LinkedSource of a normal script or LocalScript.
Open the script, and kapow, you can look at CoreScript stuff!!!
- As, RS means Roblox Studio if I forget it again. |
|
|
| Report Abuse |
|