dddylan98
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1497 |
|
|
| 03 Jul 2012 12:32 PM |
Here is the first part of the script...
user = "dddylan98" wait()
screeny = Instance.new("ScreenGui") screeny.Name = "dddylan98" screeny.Parent = game.Players:findFirstChild(user).PlayerGui
lemodel = Instance.new("Model") lemodel.Parent = game.Workspace lemodel.Name = "Le Model of Epicz0rz"
frame = Instance.new("Frame") frame.Name = "MainFrame" frame.Size = UDim2.new(1,0,1,0) frame.Parent = screeny frame.BackgroundColor3 = BrickColor.new("Bright blue").Color |
|
|
| Report Abuse |
|
|
JP7790
|
  |
| Joined: 29 Nov 2011 |
| Total Posts: 55 |
|
|
| 03 Jul 2012 01:01 PM |
what does the error say? or does it just not work
|
|
|
| Report Abuse |
|
|
|
| 03 Jul 2012 01:05 PM |
| why dont u check out the scriptbuilder script |
|
|
| Report Abuse |
|
|
ChibiNico
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 2304 |
|
|
| 03 Jul 2012 01:12 PM |
| Are you sure in script builder that you're not just typing it all in one line? |
|
|
| Report Abuse |
|
|