ICE128
#158709Saturday, September 22, 2007 10:21 PM GMT

1) Make a huge explosion 2) Make everyone GHOSTS (XD). 3) Make everyone Stealth Pilot Clones (XD). 4) Make everyone lose their arms and legs. 5) Make everyone jump. 6) Make everyone fall from 1000 feet 7) Change Names 8) Make HUGE hats. 9) Make small hats. 10) Make a message that repeatedly says "I like pie!" Yeah...that was a lot of fun...
furnace
#158721Saturday, September 22, 2007 10:29 PM GMT

I like to make a little area just meant for me, then teleport myself there. (it is usually above the original base-plate) Then I will give myself rockets or slingshots or a copy, delete, and move tool and some bricks so that I can build.
Chaosemerald
#159012Sunday, September 23, 2007 12:52 AM GMT

please tell me how to do that
furnace
#159395Sunday, September 23, 2007 3:03 AM GMT

No wait! I like to make two teams and then put two spawnlocations in. Then give everyone rockets or slingshots! That is my favorite thing to do.
LuigiFan
#159470Sunday, September 23, 2007 3:57 AM GMT

Here are most of the scripts I know >New Name< game.Workspace..Head.Name = "" >No Face< game.Workspace.[YOUR NAME].Head.face:remove() >No Torso< game.Workspace.[YOUR NAME].Torso.roblox:remove() >Day Time< game.Lighting.TimeOfDay = "00:00:00" =-Colors-= >Normal< game.Lighting.TopAmbientV9 = Color3.new(215,214,223) game.Lighting.SpotLightV9 = Color3.new(197,197,197) game.Lighting.BottomAmbientV9 = Color3.new(122,140,120) game.Lighting.TimeOfDay = "14:00:00" >Green< game.Lighting.TopAmbientV9 = Color3.new(0,255,0) game.Lighting.SpotLightV9 = Color3.new(0,255,0) game.Lighting.BottomAmbientV9 = Color3.new(0,255,0) >Red< game.Lighting.TopAmbientV9 = Color3.new(255,0,0) game.Lighting.SpotLightV9 = Color3.new(255,0,0) game.Lighting.BottomAmbientV9 = Color3.new(255,0,0) >Blue< game.Lighting.TopAmbientV9 = Color3.new(0,0,255) game.Lighting.SpotLightV9 = Color3.new(0,0,255) game.Lighting.BottomAmbientV9 = Color3.new(0,0,255) >Take Over Another person< game.Players.[YOUR NAME].Character = game.Players.[OTHER NAME].Character >Make someone naked< n = game.Workspace.[GUY BECOMING NAKED] n:findFirstChild("Left Leg").BrickColor = BrickColor.new(125) n:findFirstChild("Right Leg").BrickColor = BrickColor.new(125) n:findFirstChild("Left Arm").BrickColor = BrickColor.new(125) n:findFirstChild("Right Arm").BrickColor = BrickColor.new(125) n.Torso.BrickColor = BrickColor.new(1) n.Head.BrickColor = BrickColor.new(125) n.Torso.roblox:remove() n.Name = "Naked Guy: IM NAKED =D" NOTE: dont include the >TITLE< part =P-LuigiFan-=P
Articerile
#159757Sunday, September 23, 2007 10:25 AM GMT

I can create a variety of HopperBins Move, Copy, Delete, Rocket, Lazer...
Ehwhat
#159758Sunday, September 23, 2007 10:28 AM GMT

I can make a coin/egg hat! local m= Instance.new("SpecialMesh") m.Parent= game.Workspace.ehwhat.Fedora.Handle I remove the mesh first to make it work.
sasuke1235
#159771Sunday, September 23, 2007 11:00 AM GMT

that would be fun mind if i try it?
sasuke1235
#159772Sunday, September 23, 2007 11:02 AM GMT

dude i forgot how to make meshes how do i i forget?
whathavidone
#160031Sunday, September 23, 2007 3:35 PM GMT

I like possesing ppl.
spearman
#160196Sunday, September 23, 2007 5:21 PM GMT

heh.HAHAHAHAHAH....ANNOYING PPL TO DEATH WITH DISCO!
LuigiFan
#161053Sunday, September 23, 2007 10:55 PM GMT

Here's Stealths "Human Planet" script as I call it. c = game.Players:GetChildren() for i = 1, #c do p = Instance.new("BodyPosition") p.maxForce = Vector3.new(1e+006,1e+006,1e+006) p.position = Vector3.new(0,10,0) p.Parent = c[i].Character.Torso end
Articerile
#161785Monday, September 24, 2007 5:08 PM GMT

I have a new thing. Making a hint to a scripting tutorial video, it's actually a Rick Roll!
ArticunoX
Top 100 Poster
#161786Monday, September 24, 2007 5:14 PM GMT

lol I rickrolled everyone once. I felt guilt, but then someone said after he said he hated getting rickrolled, he was like "It's ok, I like it sometimes"
buttlad
Top 100 Poster
#163220Tuesday, September 25, 2007 11:14 PM GMT

I like making a kill weapon only I can use. It is fun because people think it a script someone runs but its me. LOL!
whathavidone
#163230Tuesday, September 25, 2007 11:18 PM GMT

I like: 1. Controlling ppl 2. Removing the workspace. 3. Removing any mesh i can find. 4. Ban pplz 5. Delete the Players folder.
ArticunoX
Top 100 Poster
#163279Tuesday, September 25, 2007 11:42 PM GMT

Whathavidone, Anaminus removed the ability to delete workspace and players.I like removing the mesh from someone's void star, asking for the hair it makes, then when they respawn transferring the mesh to the hair XD
whathavidone
#163308Tuesday, September 25, 2007 11:54 PM GMT

BUt i deleted the workspace today. O_O
ArticunoX
Top 100 Poster
#163310Tuesday, September 25, 2007 11:55 PM GMT

create/boomzor edit/boomzor while true do game.Workspace:remove() exit/ run/boomzor ILLEGAL TEXT!
LuigiFan
#163565Wednesday, September 26, 2007 3:16 AM GMT

*NEW*: I have made a script that makes your head EXPLODE!!! (Inspired by gamehero's similar script) n = game.Workspace.YOURNAME.Head:findFirstChild("Mesh") m = game.Workspace:findFirstChild("YOURNAME") n.Scale = Vector3.new(2,2,2) m.Name = "Whats happening?" wait(1) n.Scale = Vector3.new(4,4,4) m.Name = "HUH!?" wait(1) n.Scale = Vector3.new(8,8,8) m.Name = "AAAAH MY HEAD!!!" wait(1) b = game.Workspace:findFirstChild("AAAAH MY HEAD!!!").Head:Remove() =P-LuigiFAN-=P
Anaminus
Top 100 Poster
#163625Wednesday, September 26, 2007 7:39 AM GMT

Even better!: ----------------------------------------------- local chr = game.Workspace.Anaminus sound = Instance.new("Sound") sound.Name = "Explosion" sound.SoundId = "rbxasset://sounds\\Rocket shot.wav" sound.PlayOnRemove=true sound.Volume=1 local player = game.Players:GetPlayerFromCharacter(chr) if (player == nil) then script.Parent = nil end sound.Parent=chr.Head local msg = Instance.new("Message") msg.Text = "..." msg.Parent = player chr.Head.Mesh.Scale = Vector3.new(1.5,1.5,1.5) wait(2) msg.Text = "Aaahh!!" chr.Head.Mesh.Scale = Vector3.new(1.7,1.7,1.7) wait(2) msg.Parent = nil headsize = 1.7 while headsize<6 do wait(0) headsize = ((headsize-1)*headsize)+1 chr.Head.Mesh.Scale = Vector3.new(headsize,headsize,headsize) end local pos = chr.Head.Position sound:Remove() chr.Head.Parent = nil for i=1,20 do local p = Instance.new("Part") p.formFactor = 2 p.Size = Vector3.new(1,.4,1) p.BrickColor = BrickColor.new(21) p.Position = pos + Vector3.new((math.random()-.5),.2*i,(math.random()-.5)) local v = Vector3.new(math.random(-1,1), math.random(0,1), math.random(-1,1)) p.Velocity = 100 * v p.Transparency = math.random()/2 p.Parent = game.Workspace end -------------------------------------------------- ?-Anaminus-?
Brandonhare
#163682Wednesday, September 26, 2007 12:04 PM GMT

I like to: 1. Make human planets 2. Call everyone "BRANDONHARE RULES!!!!!" 3. If someone's annoying I blow them up every millisecond XD 4. Unlock people 5. Give people tools! 6. Make people (mostly me) float 7. Make a new brick every millisecond! 8. Remove all the bricks I made 9. Get random scripts from my commands script and use them! 10. Put in MUSIC!!!!! 11. Make my head's mesh scale (500,500,500) O_o 12. Make other people's head meshes scale (0.000001,0.000001,0.0000001) 13. Remove peoples humanoid 14. Control people 15. Make everyone control me 16. WELD EVERYONE TO ME!!!!!!!!!!!!!!!! 17. Make CIRCLES!!!!!!!!!! 18. WELD the CIRCLES!!!! to me 19. Blowing people up 20. Messing with the base (he he) 21. Change random meshes 22. Teleporting peoples heads to (0,10,0) but nothing else 23. Controlling people who remove my humanoid 24. Controlling someone annoying then logging out XD 25. ALL OF THE ABOVE AT THE SAME TIME!!!!
theburnboss
#163712Wednesday, September 26, 2007 2:16 PM GMT

i dont know how too script im testing scripts on a friend acount
LinkinParker2
Top 100 Poster
#164149Wednesday, September 26, 2007 10:56 PM GMT

1.removing ppl humanoid 2.human planet 3.NAKED 4.control ppl 5.remove animation
LinkinParker2
Top 100 Poster
#164427Thursday, September 27, 2007 2:54 AM GMT

6.making random bricks 7.green pwnz!