Zenuvius
|
  |
| Joined: 26 Aug 2014 |
| Total Posts: 551 |
|
|
| 16 May 2015 01:36 PM |
Alright so I placed a BillboardGui inside a Part in the workspace, and inside the gui I placed a Textlabel that says SHOP, the size of the Textlabel is set to 200,25.
But there's a two problems I encountered,
1 ) No matter how far I am from the part, I can still see the GUI, even when im like 9999 studs away.
2 ) The further I am from the GUI, the BIGGER it becomes on my screen, also if I'm standing right next to it but I zoom out, it also becomes bigger on my screen :/
Any idea how I can fix this ? :(
I want there to be a certain distance in which I won't see the GUI ( But it's still there and any other players near it will be able to see it ), and I want the size to be the size I set it to be, like if I size it 2,2 and I zoom out, it will be like zooming out and watching a 2,2 Block ( Meaning it becomes smaller on my screen ).
Just a rookie scripter learning scripting ~Zen2015 |
|
|
| Report Abuse |
|
|
|
| 16 May 2015 01:39 PM |
Put a PredefinedSize in it. So something like a frame, as the first child.
So if you had something like:
BillboardGui > TextLabel
It would turn into:
BillboardGui > Frame > TextLabel
Now make the size of the frame like 0, 100, 0, 0. And it shouldn't 'appear' to change sizes. Since it doesn't change sizes, it's how the player looks at it. |
|
|
| Report Abuse |
|
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
|
| 16 May 2015 01:40 PM |
| You need to size it with Scale. The Gui is actually staying the same size on your screen but distance perspective makes you think it's getting bigger. I think you want it to get smaller as you move farther |
|
|
| Report Abuse |
|
|
Zenuvius
|
  |
| Joined: 26 Aug 2014 |
| Total Posts: 551 |
|
|
| 16 May 2015 01:49 PM |
@powerhotmail123
> I did as you said and nothing changed :/
@rayk999
> Can you explain more on this Scale thing ? |
|
|
| Report Abuse |
|
|
|
| 16 May 2015 01:51 PM |
Said it wrong. .-.
Make it 0, 100, 0, 100 |
|
|
| Report Abuse |
|
|
Zenuvius
|
  |
| Joined: 26 Aug 2014 |
| Total Posts: 551 |
|
|
| 16 May 2015 01:59 PM |
No it's still the same, I tried it already, that's how it was previously done too, if you wanna see it for yourself, go into studio,
1 ) Make a new part in your workspace
2 ) Right click on part and insert BillboardGUI
3 ) Set your BBGUI size to {1,0}{1,0}
4 ) Right click on BBGui and insert TextLabel
now zoom out and u'll see that textlabel becoming bigger and bigger
Basically, I want the GUI's logic to be similar to a part, like if the GUI is 2,2 and I zoom out it'll be like zooming out and looking at a 2,2 block. Get what I mean ? If I look at a 2,2 block from afar, it looks small, but this GUI, sadly this GUI just keeps becoming bigger :(
Just a rookie scripter learning scripting ~Zen2015 |
|
|
| Report Abuse |
|
|
Zenuvius
|
  |
| Joined: 26 Aug 2014 |
| Total Posts: 551 |
|
| |
|
Zenuvius
|
  |
| Joined: 26 Aug 2014 |
| Total Posts: 551 |
|
|
| 16 May 2015 02:46 PM |
| Wop, nevermind, figured it out, just had to change the size to {2,0}{2,0} <3 |
|
|
| Report Abuse |
|
|