|
| 11 Aug 2015 02:59 PM |
this is my code(i tried something else which worked on my screen but i tried it on another pc and it didn't work, if anyone can just help me with the position/size thx):
local screenGui = Instance.new("ScreenGui") screenGui.Parent = script.Parent
local img = Instance.new("ImageLabel") img.Parent = screenGui img.Position = UDim2.new(0, 0, -0.25, 0) img.Size = UDim2.new(1, 0, 1.3, 0) img.Image = "rbxassetid://282699735" |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 03:02 PM |
| click frame, go to size then type: {1,0} {1,0} |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Aug 2015 03:03 PM |
| all i want is an image nothing else |
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
| |
|
| |
|
|
| 11 Aug 2015 03:04 PM |
@List then input the same number of the image you have |
|
|
| Report Abuse |
|
|
nicebros
|
  |
| Joined: 17 Jun 2011 |
| Total Posts: 102 |
|
| |
|
| |
|
| |
|
| |
|
CrowClaws
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 4466 |
|
|
| 11 Aug 2015 03:48 PM |
| WE ARE KUTERALLY TELLING U |
|
|
| Report Abuse |
|
|
jbjgang2
|
  |
| Joined: 07 Feb 2010 |
| Total Posts: 8948 |
|
|
| 11 Aug 2015 03:49 PM |
local screenGui = Instance.new("ScreenGui") screenGui.Parent = script.Parent
local img = Instance.new("ImageLabel") img.Parent = screenGui img.Position = UDim2.new(0, 0, 0, 0) img.Size = UDim2.new(1, 0, 1, 0) img.Image = "rbxassetid://282699735"
Swaggin' Since 2010 |
|
|
| Report Abuse |
|
|
CrowClaws
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 4466 |
|
|
| 11 Aug 2015 03:50 PM |
@jb
local img = Instance.new("ImageLabel") img.Parent = screenGui img.Position = UDim2.new(0, 0, -34, 0) img.Size = UDim2.new(1, 0, 1, 34) img.Image = "rbxassetid://282699735" |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Aug 2015 03:55 PM |
ok what? nothing even comes on my screen |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 04:08 PM |
| better way to do it is set both scale to 1 then do SetTopbarTransparency(0) |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 04:22 PM |
im using actual imagelabels now instead of making it out of a script so that worked
but i pressed play and the top bar still ffs |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 04:42 PM |
i am such an idiot it was just the top bar wish i could delete posts |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 04:47 PM |
| I wish my balls were bigger. |
|
|
| Report Abuse |
|
|