|
| 05 Dec 2015 12:37 PM |
I'm not exactly good at scripting sadly, so I guess you could call me a noob on that, however I'm interested in learning.
Ok!Here's the deal:
In the game I've been working on for a week or so:http://www.roblox.com/games/323892378/One-Piece-New-War-PRE-BETA-Ver-0-0-4
I've managed to create a ScreenGUI(I made a loading screen basically) It has a 'Begin' button which works well and takes you into the game, but it also has a 'Help' button which is supposed to explain the game and show the update log. I am unsure of how to get my 'Help' button to work sadly, so it doesn't do anything once you click it.I hope someone will be able to help me out with this, and successfully show me what to do.Thank you in advance! |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 03:38 PM |
Soooo Theres a million reason why a button would not work. We need to see your scripts to make out the error |
|
|
| Report Abuse |
|
|
Daftcube
|
  |
| Joined: 10 Jan 2010 |
| Total Posts: 275 |
|
|
| 05 Dec 2015 04:10 PM |
| Most likely a billion actually. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 04:13 PM |
no scripting is required for an update log lol
This is advertising. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 04:37 PM |
"advertising" no
He wants a button that makes a help gui come in smoothly instead of it just being there (or something)
does not compute |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 05:35 PM |
that's my siggy idiot
This is advertising. |
|
|
| Report Abuse |
|
|
|
| 06 Dec 2015 02:08 PM |
No, this isn't advertising I legit went onto the scripting board for this. I'll show you a gyazo link of the update log script if you'd like, but I don't know how to let it work with my TextButton |
|
|
| Report Abuse |
|
|
|
| 06 Dec 2015 02:11 PM |
https://gyazo.com/26f69af9eac51a0425ae066e239f6b29 https://gyazo.com/a428444256eb65df386624290e831d79
Now, I'd like to be taken seriously here and I'd like for this all to work out. So seriously, how do I get this to work? |
|
|
| Report Abuse |
|
|
|
| 06 Dec 2015 03:18 PM |
tfw the siggy flies right over your head
FilteringDisabled is for squares |
|
|
| Report Abuse |
|
|
|
| 06 Dec 2015 03:40 PM |
Button = script.Parent--1 bp = Button.Parent--2 script.Parent.MouseButton1Click:connect(function() bp.HelpGui.Visible = true--3 end)
1: You may change button's located file. 2: You may change button's parent's located file. 3: You may change HelpGui's name, or add tween for make it animatronic, it will be cooler. |
|
|
| Report Abuse |
|
|
|
| 06 Dec 2015 04:37 PM |
| Superalp, with the script you posted, do I insert a script into the textbutton and paste your script?Because if so I'd like to know what to do with the UpdateLog |
|
|
| Report Abuse |
|
|