randomrobot
Top 100 Poster
#631403Saturday, March 22, 2008 1:37 PM GMT

D'OH! That's the thing about minigames I might not be able to do in 5 years. x__x
randomrobot
Top 100 Poster
#631424Saturday, March 22, 2008 1:44 PM GMT

3 pages already? lol
brOofrange
Top 100 Poster
#631491Saturday, March 22, 2008 2:02 PM GMT

--Make sure a Tag is inserted before start of minigame while true do f = game.Players:children() for i = 1, #f do if f[i].Character:findFirstChild("Tag") == nil then wait(0) f = Instance.new("Message") f.Parent = game.Workspace f.Text = "Everyone died. Awww, too bad" wait(3) f:remove() end end end
DingDong272
Top 100 Poster
#631526Saturday, March 22, 2008 2:12 PM GMT

Hey guys, who do u think are the best scripters in ROBLOX? 1-10? (not including admins) 1.Anaminus 2.Are92 3.Gamer3D 4.Zuka 5.Aeacus 6.Rombom 7.I know I'm forgetting someone that goes here... 8.BROofRANGE 9.Dingdong272 (me!!) 10.randomrobot I have no idea. maybe it goes random, then BRO, then me. IDK. Make up your own.
Synthesis29
#631561Saturday, March 22, 2008 2:20 PM GMT

How do I add tags into people? I have no idea how too, And when I asked for a mini game script I was asking for the whole script not just that one part. I never explain what I want very well sorry.
DingDong272
Top 100 Poster
#631657Saturday, March 22, 2008 2:40 PM GMT

To put tags in someone, do this: function newPlayer(player) local v = Instance.new("NumberValue") v.Name = "Tag" v.Value = 0 v.Parent = player end game.Players.ChildAdded:connect(newPlayer) That value will NEVER go away, trust me.
superdimensionmaster
#631668Saturday, March 22, 2008 2:43 PM GMT

Here's a challenge: Find the model Water- rusts metal Edit it so that when the bricks are a certain color, they don't rust (turn dark orange).
DingDong272
Top 100 Poster
#631681Saturday, March 22, 2008 2:45 PM GMT

Explain it a little more. I don't get it.
randomrobot2
#631696Saturday, March 22, 2008 2:47 PM GMT

[ Content Deleted ]
superdimensionmaster
#631721Saturday, March 22, 2008 2:53 PM GMT

Explain my script? Ok. When a brick is a certain color (I acutally need two colors), and it goes into the water, it doesn't turn dark orange. When it is any other color and goes into the water, it turns dark orange.
DingDong272
Top 100 Poster
#631789Saturday, March 22, 2008 3:08 PM GMT

function onTouched(part) if script.Parent.BrickColor ~= BrickColor.new(21) then --if it is red then don't if part.Parent.Name ~= "Water" then return "Nooby toucher" end script.Parent.BrickColor = BrickColor.new(38) end script.Parent.Touched:connect(onTouched) simple.
superdimensionmaster
#631909Saturday, March 22, 2008 3:31 PM GMT

Your script doesn't work. I tested.
DingDong272
Top 100 Poster
#631915Saturday, March 22, 2008 3:32 PM GMT

make sure the parts are called "Water"
randomrobot
Top 100 Poster
#632045Saturday, March 22, 2008 3:49 PM GMT

Another end...?
Synthesis29
#632066Saturday, March 22, 2008 3:51 PM GMT

I need a script that will see if theres one player left in the game then it will give them 5 points.
brOofrange
Top 100 Poster
#632229Saturday, March 22, 2008 4:15 PM GMT

1.Anaminus 2.Miked 3.Zuka 4.Aeacus 5.Rombom 6.DingDong272 7.RandomRobot 8.BROofRANGE 9. RandomRobot 10. Someone...
Synthesis29
#632294Saturday, March 22, 2008 4:27 PM GMT

You put RandomRobot twice.
coelho714
#632593Saturday, March 22, 2008 5:23 PM GMT

Right. I want to do a challenge to you. Doesn't matter if it cause lag. I want a script that makes WAVES that sometimes suddenly "shoot" a bit of water. That would lag, plus: I want it to be random. Isn't valid using Clockwork's Wave script at his site. You guys must to at it own. Good luck.
coolsaker
#632638Saturday, March 22, 2008 5:31 PM GMT

ok heres a challenge make a script there make plane and the human in it to go through with a script can you clear it/:o?
DingDong272
Top 100 Poster
#632909Saturday, March 22, 2008 6:32 PM GMT

Yay! I'm ranked 6 by other ppl!
brOofrange
Top 100 Poster
#633099Saturday, March 22, 2008 7:11 PM GMT

Yeah. You ranked me over you DingDong. I cant make a script builder xD.
JoshJosh117
#633123Saturday, March 22, 2008 7:18 PM GMT

Not really a challenge, but a quick question. When setting CharacterAppearance, do you do: CharacterAppearance = "url" or CharacterAppearance = url (URL takes place of the characterappearance, obviously, but that's not what I'm asking.)
brOofrange
Top 100 Poster
#633200Saturday, March 22, 2008 7:32 PM GMT

CharacterAppearance "CharacterAppearanceHere" :P
brOofrange
Top 100 Poster
#633201Saturday, March 22, 2008 7:32 PM GMT

CharacterAppearance = "CharacterAppearanceHere" :P
DOOMKING
#633230Saturday, March 22, 2008 7:39 PM GMT

Here's a challenge how would someone make it so let's a gate has 500 health and as soon as it health reaches 0 it removes the gate challenging?