|
|
|
|
|
|
|
|
|
|
Re: New global table! Ray! Ray.new(v, p)
11/14/2009 4:57:14 AM
(Total replies: 1)
|
| local moneh=game:GetTelmonsLifeSavings()
moneh:GiveToPoor(moneh/2)
moneh:StealsForSelf(moneh/2)
workspace["ZipPow"].Happy.Value="OVAR 9000ZZZzZ!!!!!111.1.1!>!?1/?!!!>1m1!!" |
|
|
|
Re: Pi
11/14/2009 6:23:04 AM
(Total replies: 1)
|
| ZipPow: AHHH...hhhh...h.h.h...h..h..h *Gone* |
|
|
|
Re: Pi
11/14/2009 5:57:11 AM
(Total replies: 1)
|
| Who's better, ZipPow, or Dr01d3k4? There's only one way to find out! FIGHT!!! |
|
|
|
|
|
|
Re: Scripter's Forum Conglomerate Place
11/4/2009 11:28:33 AM
(Total replies: 1)
|
| RLR, are you sure that LocalScripts never run on the client? I've been doing some tests that would suggest that they do.
And actually zippow, I was going to make a Fallout RPG a while back, but decided not to as it wouldn't work out well without data saving. |
|
|
|
|
|
|
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) |
|