of     1   

minkanb
#220319681Sunday, July 02, 2017 11:15 PM GMT

I'm decent at scripting but there is one problem, most of the scripts (about 90%) I make only work on studio, not on the real published game. Help?
Wrathsong
#220319948Sunday, July 02, 2017 11:18 PM GMT

Nobody can help if you don't #### ################## This is a problem with your code. Be sure to test your scripts in a Test Server unless they require no server interaction or replication because if you test in play solo, it's all local. So things that work in play solo may not work in game.
minkanb
#220320482Sunday, July 02, 2017 11:25 PM GMT

dont hastag?
minkanb
#220320651Sunday, July 02, 2017 11:27 PM GMT

I just went onto test server, only my map changing script works. The other things that happened is that my sword in server storage disappeared, and tutorial and shop gui wont open
Wrathsong
#220320675Sunday, July 02, 2017 11:27 PM GMT

nobody can help if you don't p0st y0ur c0d3
Wrathsong
#220320723Sunday, July 02, 2017 11:28 PM GMT

okay. my point exactly. always use local scripts in GUIs and keep in mind that server storage can't be accessed by a localscript because it is, as the name implies, server sided
minkanb
#220320772Sunday, July 02, 2017 11:28 PM GMT

I'm changing somethings to try and fix this
minkanb
#220320864Sunday, July 02, 2017 11:30 PM GMT

ok thanks
minkanb
#220321151Sunday, July 02, 2017 11:33 PM GMT

tested again, tutorial and shop still wont open. fixing
minkanb
#220321268Sunday, July 02, 2017 11:34 PM GMT

now all of my scripts are getting errors
minkanb
#220360408Monday, July 03, 2017 12:46 PM GMT

Wrathong, my scripts was a regular script, you told me to use local for guis. GUI's didn't work after the local scripts. I changed back to a normal script. Now it works. So what you said didn't help me...
edenDeden
#220360621Monday, July 03, 2017 12:52 PM GMT

post yout code...or the output error or both
LeafDoode
#220362212Monday, July 03, 2017 1:34 PM GMT

Hello there minkanb i feel your pain you work hard on a game on studio and in the real game it does not work well follow these steps and hopefully you will succeed 1.when you are in the "real" game in the chat type "/console" 2.a console called "Roblox Developer Console" will pop up 3.on the top of the bar click "ServerLog" 4.you will find errors in your scripts there you go now in studio you can re-write your script have fun! --LeafDoode

    of     1