Frosteus
|
  |
| Joined: 21 Dec 2013 |
| Total Posts: 13470 |
|
|
| 25 Aug 2016 08:51 AM |
| Go to studio (not website like the actual software) and go in BUILD mode and simply save it to your computer!!! |
|
|
| Report Abuse |
|
|
Crimsonal
|
  |
| Joined: 23 Apr 2011 |
| Total Posts: 1795 |
|
|
| 25 Aug 2016 09:29 AM |
| Doesn't work if you're in Team Create. You'll get a permissions error. |
|
|
| Report Abuse |
|
|
Looah
|
  |
| Joined: 22 Feb 2013 |
| Total Posts: 922 |
|
| |
|
Frosteus
|
  |
| Joined: 21 Dec 2013 |
| Total Posts: 13470 |
|
|
| 25 Aug 2016 09:30 AM |
| build mode does work in team create cuz it doesnt open that client |
|
|
| Report Abuse |
|
|
Crimsonal
|
  |
| Joined: 23 Apr 2011 |
| Total Posts: 1795 |
|
|
| 25 Aug 2016 09:30 AM |
| I'm doing it right now and I keep getting a permission error. |
|
|
| Report Abuse |
|
|
Crimsonal
|
  |
| Joined: 23 Apr 2011 |
| Total Posts: 1795 |
|
|
| 25 Aug 2016 09:33 AM |
| ################################################# |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 09:35 AM |
"" I found a way to loophole this bug, sorta. go to an empty game make a gui with a button put a localscript in that button then write this code:
s = game:service("TeleportService") id = -- change this to ur games id
function onClicked() s:Teleport(id) end
script.Parent.MouseButton1Click:connect(onClicked)
then press F5 then click the button and it will teleport you in the game but as a player copy everything i your team create game into the baseplate edit it from there and when the bug is fixed implement you new work into the team create game ""
Try this if you want to save your place in team create ^
|
|
|
| Report Abuse |
|
|