NormicJoin Date: 2013-04-01 Post Count: 618 |
I want to make a Duel Disk Gui like the one in YuGiOh GX world.
But at the moment I have no scripting/gui ability.
So would it be hard to make it?
Also what's with all this "Discussion:". |
|
|
If you can't script
You can't ROBLOX
I'm sorry, jim |
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
If you're not going to answer my question, get lost. |
|
|
Well you came here claiming you couldn't script. This forum is for advanced Lua discussion, bro. |
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
All I wanted to know, if I could script. How hard would it be.
|
|
|
I don't know, try it and see |
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
Do you know any guides to learn to script and to create Guis? |
|
As8DJoin Date: 2009-12-24 Post Count: 2907 |
Hello there.
I do barely know anything about Yugioh, but for some fancy cardholder-GUI, I'd say it's intermediate.
But then again, difficulty is relative. You could ask someone else who would say it's impossible. Then there's the chance that they might have as little scripting experience as you. :/
If you want to do some exercises, I suggest wiki.roblox.com. Try out the basics and see how you advance. Using this for games with your friends might be cool too.
^ Try some tutorials on GUIs and variables. Learn how to work with assets too. Creativity!
Also, as for further reference, you might want to know this rule:
- Scripters is a highly dangerous subforum. It is populated by humans beyond knowledge, and they might bite you if you approach this subforum without being prepared. Anything that isn't about grandgrandmaster scriptin' will be yelled at, saying 'get out' and whatnot (amazingly not as much today)
- As, So yeah, haev fun c: |
|
|
I would tell you but, I do not know anything about Yu Ghi Oh.. |
|
HEAT507Join Date: 2012-08-31 Post Count: 429 |
not hard
to make
l0l |
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
Thank you As.
I'll try wiki.
How long do you think it will take for me to learn to script and create Guis? |
|
MHebesJoin Date: 2013-01-04 Post Count: 2278 |
People seem to think GUIs are really difficult, when really they're easier to pick up than manipulation of Parts. The main thing people don't get is UDim2 values, which are essentially the Vector3's of GUIs. They work like this:
UDim2.new( ScaleX, OffsetX, ScaleY, OffsetY )
While it's obvious what x and y mean, the scale and offset are less so:
Scale: A number that represents the length in relation to the length of the parent of the GUI, so that 0 is still 0 pixels wide, but a scale of 1 would be the entire length or width of the parent (if the parent is a ScreenGui, this is the width of the screen). A scale of 1.5 would be 1 and a half times as big as the parent, 2 would be twice, etc.
Offset: A simple measure of individual pixels. An x offset of 100 = width of 100 pixels.
Offset is generally better to use, as it is universal across players, and not affected by screen size, but offset also has its uses.
Oh, and as a helpful reminder, this forum is for discussion, while your post is geared more towards scripting helpers. I know it's not always helpful over there, but if you could pose future questions to there instead, that'd be great, thanks!
~ Oh, I'm sorry, did I break your concentration? ~ |
|
|
I know it's not always helpful over there,
----
I am offended. |
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
Flat, but there nt helpful at all. |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
icee180Join Date: 2013-07-22 Post Count: 16301 |
Erm, If You try Your best at it, You might Succeed!
Good Luck. |
|
|
NormicJoin Date: 2013-04-01 Post Count: 618 |
Thank you everyone.
Trioxide, that is your opinion. I personaly disliked the first season.
My favourite is GX Season 3 as of the Supreme King stuff. |
|