|
Re: GUI Debug
11/7/2009 6:28:48 AM
(Total replies: 1)
|
| function onEntered(person)
local screen = Instance.new("ScreenGui")
screen.Parent = person.PlayerGui
local gui = Instance.new("TextLabel")
gui.Parent = screen gui
gui.Size.X.Scale = 0.1
gui.Size.Y.Scale = 0.1
gui.Text = "Welcome to DarkLight08's place!"
wait(5)
gui.Text = "He thanks ZipPow for this Gui"
wait(5)
gui.Text = "He'd better give me some credit *Waves fist*"
wait(3)
gui:remove()
end
game.Players.PlayerAdded:connect(onEntered) |
|
|
|
Re: GUI Debug
11/7/2009 6:52:09 AM
(Total replies: 1)
|
| game.Players.PlayerAdded:connect(function(person)
local screen = Instance.new("ScreenGui")
screen.Parent = person.PlayerGui
local gui = Instance.new("TextLabel")
gui.Parent = screen
gui.Size = UDim2.new(0.1,0.1,0.1,0.1)
gui.Text="Welcome to DarkLight08's place!"
wait(5)
gui.Text = "He thanks ZipPow for this Gui"
wait(5)
gui.Text = "He'd better give me some credit *Waves fist*"
wait(3)
gui:remove()
end)
|
|
|
|
Re: GUI Debug
11/7/2009 7:01:47 AM
(Total replies: 1)
|
| game.Players.PlayerAdded:connect(function(person)
wait(.1)
screen = Instance.new("ScreenGui")
gui = Instance.new("TextLabel")
screen.Parent = person.PlayerGui
gui.Parent = screen
gui.Size = UDim2.new(0.1,0.1,0.1,0.1)
gui.Position = UDim2.new(0.1,0.1,0.1,0.1)
gui.Text="Welcome to DarkLight08's place!"
wait(5)
gui.Text = "He thanks ZipPow for this Gui"
wait(5)
gui.Text = "He'd better give me some credit *Waves fist*"
wait(3)
gui:remove()
end)
|
|
|
|
Re: GUI Debug
11/7/2009 10:40:09 AM
(Total replies: 1)
|
| game.Players.PlayerAdded:connect(function(person)
wait(.1)
screen = Instance.new("ScreenGui")
gui = Instance.new("TextLabel")
screen.Parent = person.PlayerGui
gui.Parent = screen
gui.Size = UDim2.new(1,1,1,1)
gui.Position = UDim2.new(0,0,0,0)
gui.Text="Welcome to DarkLight08's place!"
wait(5)
gui.Text = "He thanks ZipPow for this Gui"
wait(5)
gui.Text = "He'd better give me some credit *Waves fist*"
wait(3)
gui:remove()
end)
|
|
|
|
Re: GUI Debug
11/7/2009 12:35:12 PM
(Total replies: 0)
|
| function onEntered(newPlayer)
local screen = Instance.new("ScreenGui")
local gui = Instance.new("Message")
gui.Parent = newPlayer
gui.Text = "Welcome to DarkLight08's place!"
wait(5)
gui.Text = "He thanks ZipPow for this Gui"
wait(5)
gui.Text = "He'd better give me some credit *Waves fist*"
wait(3)
gui:remove()
end |
|
|
|
GUI Debug
11/7/2009 6:27:26 AM
(Total replies: 1)
|
| Can somebody tell me what is wrong with this script?
function onEntered(person)
local screen=Instance.new("ScreenGui")
screen.Parent=person.PlayerGui
local gui = Instance.new("TextLabel")
gui.Parent=screen gui.Size.X.Scale = 0.1 gui.Size.Y.Scale = 0.1
gui.Text="Welcome to DarkLight08's place!"
wait(5)
gui.Text="He thanks ZipPow for this Gui"
wait(5)
gui.Text="He'd better give me some credit *Waves ... |
|
|
|
~ Robloxian Army accepting allys! ~
10/27/2009 5:36:18 AM
(Total replies: 1)
|
| ~ Robloxian Army accepting allys! ~
Yes just send a PM to me, Lespaulrocker, or Darklight08 if you wish to ally with the R.A. Thankyou for your time.
http://www.roblox.com/My/Groups.aspx?gid=20686 |
|
|
|
|
|
|
Re: Alright guys, i've had enough of this.
9/30/2009 2:56:08 PM
(Total replies: 1)
|
| DarkLight08 maybe if he have another answer let him inlight me
Smirky there is a way to stop infacted models
dont use free models |
|
|
|
Re: Alright guys, i've had enough of this.
9/30/2009 1:26:59 PM
(Total replies: 0)
|
| DarkLight08 if you check a sciprt from a dree model you learn how to write this scirpt not how to sciprt
MikaVerLeth vary wrong
the reson there are free models is basicly polatics
and if you want me to tell you that exact reson pm me
the reson that they dont know how to sciprt is becosue of the free model
free models are not helping you learn takeing others work will not help you learn
|
|