of     1   

chao50
#44597786Saturday, March 26, 2011 3:38 AM GMT

Ok well I got your attention lets get to the point :3 I just made my first GUI (that works) When I click it, it kills me. Anyway when I make it, it says button on the GUI, and I was wondering if I could try renaming it but that didnt work... here it is: local f = Instance.new("ScreenGui") f.Parent = game.Players.chao50.PlayerGui local e = Instance.new("TextButton") e.Parent = game.Players.chao50.PlayerGui.ScreenGui e.Position = UDim2.new(.1, 0, .1, 0) e.Size = UDim2.new(.5, 0, .5, 0) e.MouseButton1Down:connect(function() game.Workspace.chao50.Head:Remove() end)
thebigbug
#44597864Saturday, March 26, 2011 3:39 AM GMT

e.Text = "Respawn"
chao50
#44597969Saturday, March 26, 2011 3:41 AM GMT

Thanks so much, and how would I make the backround color red? Im unfamiliar with the color property of GUI's. Thanks, ~chao50
thebigbug
#44598176Saturday, March 26, 2011 3:45 AM GMT

e.BackgroundColor3 = Color3.new(1, 0, 0)
thebigbug
#44598229Saturday, March 26, 2011 3:46 AM GMT

chao50
#44598334Saturday, March 26, 2011 3:48 AM GMT

Thanks again!
DeadPanTutor
#44599108Saturday, March 26, 2011 4:02 AM GMT

Another thing I've found useful; when using the Explorer, it gives Color3 out of 245, or something like that. So then, when I recolor Gui, I do this. BackgroundColor3 = Color3.new(#/245,#/245,#/245) It makes it easier for me. :3 Plus, the colors don't make you want to puke from the intensity.
thebigbug
#44599693Saturday, March 26, 2011 4:12 AM GMT

But intensity is awesome :P
adark
#44600540Saturday, March 26, 2011 4:29 AM GMT

Not when it's form a hit of Charlie Sheen. (SUCCESSFUL DERAIL IS SUCCESSFUL)

    of     1