|
| 07 Aug 2012 04:52 PM |
player.PlayerGui.YouBought.Frame.Visible = true player.PlayerGui.YouBought.Frame.Picture = player.PlayerGui.ShopGui.Picture.Image wait(10) player.PlayerGui.YouBought.Frame.Visible = false
This is just a section of a big script, so the functions work I just added this, And it doesn't work. It's suppose to make it so when you buy something it shows the picture of the item you bought. The picture of the item you bought is in the Shopgui's picture. I want the YouBought picture to have the same image as the ShopGui's picture. |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
|
| 07 Aug 2012 04:52 PM |
Can you say what you want again?
I can't understand. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 04:53 PM |
| I want the shopgui's picture to be the same as youbought's picture |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 07 Aug 2012 05:01 PM |
| player.PlayerGui.YouBought.Frame.Picture.Image |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:02 PM |
| i want the picture of a picture in a different gui to be in a different gui |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:03 PM |
player.PlayerGui.YouBought.Frame.Visible = true player.PlayerGui.YouBought.Frame.Image = player.PlayerGui.ShopGui.Picture.Image wait(10) player.PlayerGui.YouBought.Frame.Visible = false
|
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:04 PM |
| Frames don't have an image property |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:06 PM |
player.PlayerGui.YouBought.Frame.Visible = true player.PlayerGui.YouBought.Frame.ImageLabel.Image = LocalPlayerplayer.PlayerGui.ShopGui.Image wait(10) player.PlayerGui.YouBought.Frame.Visible = false
I found like 5 errors in there |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:06 PM |
player.PlayerGui.YouBought.Frame.Visible = true player.PlayerGui.YouBought.Frame.Picture.Image = player.PlayerGui.ShopGui.Picture.Image wait(10) player.PlayerGui.YouBought.Frame.Visible = false
Still doesn't work |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:07 PM |
player.PlayerGui.YouBought.Frame.Visible = true player.PlayerGui.YouBought.Frame.Picture.Image = LocalPlater.PlayerGui.ShopGui.Picture.Image wait(10) player.PlayerGui.YouBought.Frame.Visible = false
Try this with a Local script because I used LocalPlayer |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Aug 2012 05:14 PM |
| is there a way to make it worth without using localplayer? |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 05:15 PM |
| Probably, I just find using LocalPlayer is the easiest. Just try my script inside of a Local Script and tell me if it works I think it should |
|
|
| Report Abuse |
|
|
| |
|
| |
|