|
| 08 Aug 2011 08:42 AM |
I need Black Writing in the middle of the screen with text on it.
Can somebody help me out? |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 08:46 AM |
Insert>Object>ScreenGui, Insert>Object>TextLabel, Place the TextLabel in the ScreenGui then place the ScreenGui in StarterGui then go to the TextLabel and scroll down to and chane the setting to this:
Position:{0, 0}, {0, 0} Size:{1, 0}, {1, 0} Font:ArialBold FontSize:Size24 TextColor: 255;255;255 |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Aug 2011 09:03 AM |
I did that, now what?
Nothing happens. |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:05 AM |
| Did you put the ScreenGui into the StarterGui if you did then see if you put the TextLabel into the ScreenGui. |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:14 AM |
Yes
TextLabel's parent is ScreenGui
ScreenGui's Parent is StarterGui.
|
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:16 AM |
| Can you give me the settings you put, please? |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:20 AM |
Well, it's all "Unorganized"
I'm trying again.
But can you tell me what to put for EACH property in order? |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:26 AM |
kk, ScreenGui .Parent = StarterGui TextLabel Parent = StarterGui.ScreenGui |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2011 09:34 AM |
| I got it to work, but I need several lines of it, so how do I LOWER the position? |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Aug 2011 09:45 AM |
Thanks, that helped.
I'm currently Intermediate at everything but that. |
|
|
| Report Abuse |
|
|