of     1   

h5s
#183019635Friday, February 05, 2016 2:49 AM GMT

Where do you put the plugin GUI to where a user can interact with it? StarterGui would not let the user interact with the GUI and it would replicate in-game, which we don't want. Thanks
AbstractMadness
#183019730Friday, February 05, 2016 2:51 AM GMT

game.CoreGui #code R+ | local RAP = "438,477"; local robux = "R$20,000"
h5s
#183019786Friday, February 05, 2016 2:51 AM GMT

That would show in Studio? I thought CoreGUI is a set of gui's that are replicated when a game starts
AbstractMadness
#183019820Friday, February 05, 2016 2:52 AM GMT

You just said yourself that that was StarterGui. Use CoreGui. #code R+ | local RAP = "438,477"; local robux = "R$20,000"
h5s
#183019876Friday, February 05, 2016 2:53 AM GMT

Yeah but I thought CoreGUI was basically a locked version of that, but nevermind, I will see if it works. Thanks!
AbstractMadness
#183019928Friday, February 05, 2016 2:54 AM GMT

You're welcome. #code R+ | local RAP = "438,477"; local robux = "R$20,000"
h5s
#183026400Friday, February 05, 2016 4:46 AM GMT

TextButtons aren't working now (using the default events) under CoreGUI? Is there something you have to do to get around that?
128Gigabytes
#183026544Friday, February 05, 2016 4:49 AM GMT

TextButtons work fine in CoreGui there is something wrong with your script.
h5s
#183026681Friday, February 05, 2016 4:52 AM GMT

ExampleButton.MouseButton1Click:connect(function() print("This does not work.") end) Works fine normally under a client
h5s
#183027167Friday, February 05, 2016 5:05 AM GMT

Everything else in the script works fine, just not the handlers for the buttons
128Gigabytes
#183027846Friday, February 05, 2016 5:22 AM GMT

Are you putting the script inside the gui? Scripts don't run in studio, you have to handle the buttons and whatnot in your plugin script.
h5s
#183028065Friday, February 05, 2016 5:28 AM GMT

Yeah. Took a screengrab about what it looks like: https://twitter.com/H5SDeveloper/status/695479111700123648 I've tried both localscript and script.
h5s
#183028152Friday, February 05, 2016 5:31 AM GMT

Oh nevermind I see what you mean now, thanks!

    of     1