generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Club Houses » ROBLOX Talk
Home Search
 

Re: I'am Offline Now

Previous Thread :: Next Thread 
Y0urEnd0 is not online. Y0urEnd0
Joined: 10 Dec 2011
Total Posts: 155
11 Dec 2011 04:40 PM
SEE YOU TOMMOROW


AND DON'T FORGOT MY EGGS !! :DDD






I LOVE YOU ALL GUYS <3


rare = 0
function EGGY()
local Ran = math.random(1,12)
local Random = Ran
Egg=Instance.new("Part")
Egg.Shape = "Ball"
Egg.Size = Vector3.new(2,2,2)
Egg.Parent = workspace
Egg.formFactor = 2
Egg.TopSurface = 0
Egg.BottomSurface = 0
Egg.CFrame = CFrame.new(math.random(-200,200),math.random(0,99),math.random(-200,200))
Mesh = Instance.new("SpecialMesh")
Mesh.Parent = Egg
Mesh.MeshType = "FileMesh"
Mesh.MeshId="http://www.roblox.com/asset/?id=1527559"
if Random==1 then
Mesh.TextureId="http://www.roblox.com/asset/?id=24825030"

local scri=script.Count:clone()
scri.Name = "24826800"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Specular Egg of Red, No Blue"
g=script.C1:clone()
g.Disabled = false
g.Parent = Egg
elseif Random==7 then
if math.random(1,3)~=2 then Egg:Remove() return end
Mesh.TextureId="http://www.roblox.com/asset/?id=24824983"

local scri=script.Count:clone()
scri.Name = "24826755"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Explosive Egg of Kaboom!"
g=script.C7:clone()
g.Disabled = false
g.Parent = Egg
game.Debris:AddItem(Egg,40)
elseif Random==2 then
Mesh.TextureId="http://www.roblox.com/asset/?id=24824969"

local scri=script.Count:clone()
scri.Name = "24826737"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "POW! To the Moon! Egg"
elseif Random==8 then
if math.random(1,5)~=3 then Egg:Remove() return end
Mesh.TextureId="http://www.roblox.com/asset/?id=24829229"

local scri=script.Count:clone()
scri.Name = "24830979"
scri.Disabled = false
scri.Parent = Egg


Egg.Name = "Blue Fabergé Egg"
game.Debris:AddItem(Egg,40)
elseif Random==4 then
Mesh.TextureId="http://www.roblox.com/asset/?id=24825012"

local scri=script.Count:clone()
scri.Name = "24826787"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Rarest Egg of Starry Eyes"
elseif Random==6 then
if math.random(1,2)~=2 then Egg:Remove() return end
Mesh.TextureId="http://www.roblox.com/asset/?id=31888506"


Egg.Name = "Rarest Egg of Magnetic Stars"
elseif Random==6 then
if math.random(1,2)~=2 then Egg:Remove() return end
Mesh.TextureId="http://www.roblox.com/asset/?id=31888506"
local scri=script.Count:clone()
scri.Name = "24826725"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Scenic Egg of the Clouds"
game.Debris:AddItem(Egg,40)
elseif Random==5 then
if math.random(1,3)~=2 then Egg:Remove() return end
Mesh.TextureId="http://www.roblox.com/asset/?id=24824874"
local scri=script.Count:clone()
scri.Name = "24826640"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Chrome Egg of Speeding Bullet"
g=script.C5:clone()
g.Disabled = false
g.Parent = Egg
elseif Random==3 then
Mesh.TextureId="http://www.roblox.com/asset/?id=24825714"
local scri=script.Count:clone()
scri.Name = "24826811"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Agonizingly Ugly Egg of Screensplat"
g=script.C3:clone()
g.Disabled = false
g.Parent = Egg
elseif Random==9 then
if rare == 1 then Egg:Remove() return end
rare = 1
Mesh.TextureId="http://www.roblox.com/asset/?id=24824948"
local scri=script.Count:clone()
scri.Name = "24826704"
scri.Disabled = false
scri.Parent = Egg


Egg.Name = "Shiny Gold Egg of Switcheroo"
g=script.C10:clone()
g.Disabled = false
g.Parent = Egg
elseif Random==11 then
Mesh.TextureId="http://www.roblox.com/asset/?id=24825721"
local scri=script.Count:clone()
scri.Name = "24826823"
scri.Disabled = false
scri.Parent = Egg

Egg.Name = "Egg of Equinox: Day"
game.Debris:AddItem(Egg,40)
end
end

function enter(player)
local eg = Instance.new("IntValue")
eg.Name = "Eggs"
eg.Value = 0
eg.Parent = player
end

game.Players.ChildAdded:connect(enter)

p = game.Players:GetChildren()
for i = 1,#p do
enter(p[i])
end

while true do
EGGY()
wait(math.random(0,.5))
end


Report Abuse
StarswirlTheBearded is not online. StarswirlTheBearded
Joined: 23 Oct 2011
Total Posts: 6616
11 Dec 2011 04:41 PM
Goodbye.
Report Abuse
trianglethingy is not online. trianglethingy
Joined: 28 Jul 2011
Total Posts: 56
11 Dec 2011 04:41 PM
Creep..
Report Abuse
bluepotty9 is not online. bluepotty9
Joined: 05 Oct 2009
Total Posts: 23267
11 Dec 2011 04:42 PM
All that once was will never be once more.

#Best Primary Ever
Report Abuse
123mm is not online. 123mm
Joined: 11 Sep 2008
Total Posts: 199
11 Dec 2011 04:44 PM
I Hope next time you can script better :D
Report Abuse
Y0urEnd0 is not online. Y0urEnd0
Joined: 10 Dec 2011
Total Posts: 155
11 Dec 2011 04:44 PM
@123 I'll belive me Mate :D <3
Report Abuse
123mm is not online. 123mm
Joined: 11 Sep 2008
Total Posts: 199
11 Dec 2011 04:45 PM
/: what just happened
Report Abuse
Y0urEnd0 is not online. Y0urEnd0
Joined: 10 Dec 2011
Total Posts: 155
11 Dec 2011 04:46 PM
You hate me );

Now you made me sad

How You dare `.´
Report Abuse
123mm is not online. 123mm
Joined: 11 Sep 2008
Total Posts: 199
11 Dec 2011 04:47 PM
D: i dont hate you...
Report Abuse
nick7799 is not online. nick7799
Joined: 25 Mar 2009
Total Posts: 2666
11 Dec 2011 04:47 PM
have fun doing whatever you spammers do.

~ItZ NiCkZ~
Report Abuse
Y0urEnd0 is not online. Y0urEnd0
Joined: 10 Dec 2011
Total Posts: 155
11 Dec 2011 04:48 PM
GRRR !!!!

NEVER SAY THAT AGAIN I'AM JUST A SCRIPTING HELPER I GOT BORED ABOUT HACKING !!!
Report Abuse
123mm is not online. 123mm
Joined: 11 Sep 2008
Total Posts: 199
11 Dec 2011 04:49 PM
Whats going on....?
Report Abuse
Y0urEnd0 is not online. Y0urEnd0
Joined: 10 Dec 2011
Total Posts: 155
11 Dec 2011 05:00 PM
123mm ACCEPT MY FR and Go into your First place
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Club Houses » ROBLOX Talk
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image