|
| 15 Jul 2013 07:41 PM |
| Hey there, I wanted to ask you questions on how to get started on making a GUI that takes up your whole screen at the beginning of the game, and has a decal, such as the name of the game in graphics and then other decals appearing under it announcing updates etc. This would then last for 15 seconds, then a "Play Now" button would show up and the game starts. |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
| |
|
|
| 15 Jul 2013 07:53 PM |
| But i want the GUI to take up the whole screen. Not part of it ;o |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
| |
|
|
| 15 Jul 2013 08:16 PM |
| baheeg is unintentionally telling you to do the wrong thing. Can I see which image you are trying to display? |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |
|
| |
|
|
| 15 Jul 2013 08:21 PM |
@Memoryaddress Or instance one yourself. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 08:32 PM |
function addui(plyr) script.Parent:Clone().Parent = plyr.PlayerGui end
game.Players.NewPlayer:connect(addui) |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 09:03 PM |
| Can someone please tell me the correct way to do it? You guys are all saying different scripts and such, idk which one to use. |
|
|
| Report Abuse |
|
|