|
| 14 Apr 2012 10:46 AM |
Like if somebody inserts one of my models into their games it would have that black banner saying it was made by me?
Your friendly neighborhood kid snatcher |
|
|
| Report Abuse |
|
|
| 14 Apr 2012 10:48 AM |
Sorry if this sounds a bit noobish..
Your friendly neighborhood kid snatcher |
|
|
| Report Abuse |
|
|
| 14 Apr 2012 10:56 AM |
d = game.Players:GetChildren() for i=1, #d do main = Instance.new("ScreenGui", d[i]) main.Name = "lllIIIllIlIlIl" name = Instance.new("TextLabel", Main) name.Size = UDim2.new(0.3,0,0.2,0) name.Position = UDim2.new(0.7,0,0.8,0) name.Text = "Made by: lllIIIllIlIlIl" name.BackgroundColor = BrickColor.new("Really red") name.FontSize = "15" end
|
|
|
| Report Abuse |
|
|
| 14 Apr 2012 10:57 AM |
| play around with the size and positions and colors. |
|
|
| Report Abuse |
|