of     1   

Chubs1995
#128265028Sunday, March 16, 2014 11:43 PM GMT

Can someone please help me with making it so that only a certain amount of water bricks can be placed in a game? And if this number is exceeded, the existing water bricks will be removed. PLEASE AND THANK YOU!
Chubs1995
#128290301Monday, March 17, 2014 4:37 AM GMT

Bump
trogyssy
#128293666Monday, March 17, 2014 5:49 AM GMT

http://www.roblox.com/--place?id=123274290 Your kind are not welcome here demon
Chubs1995
#128369665Tuesday, March 18, 2014 7:29 AM GMT

Bump
Goldamass
#128369680Tuesday, March 18, 2014 7:30 AM GMT

are you like paying or what
Vurtax
#128369769Tuesday, March 18, 2014 7:36 AM GMT

Easiest way is to make it when bricks spawn they are given a number and if lets say more than 350 water blocks in game (e.g. water brick 351 enters game) it deletes it
Chubs1995
#128370140Tuesday, March 18, 2014 8:04 AM GMT

Okay, but how do I do that? xD
noah
#128370633Tuesday, March 18, 2014 8:46 AM GMT

do u evn lua
Goldamass
#128370652Tuesday, March 18, 2014 8:49 AM GMT

@noah I don't see an event for TerrainAdded so how would you do it
noah
#128370675Tuesday, March 18, 2014 8:52 AM GMT

use parts and nawt da terrain ok gg no re
islandmaker2012
#128370698Tuesday, March 18, 2014 8:56 AM GMT

Something like.. .ChildRemoved function Because when your placing terrain,it creates a semi transparent brick that IS in workspace And then check if the things name is "Water" or whatever the brick would be called? Then add 1 to a variable How id do it anyways
wubby301
#128370720Tuesday, March 18, 2014 9:01 AM GMT

nu = 0 db = true while true do wait() nu = 0 a = waters:GetChildren() for i=1,#a do if db == true then nu = nu + 1 if nu >= 250 then db = false end end end db = true end
noah
#128370735Tuesday, March 18, 2014 9:02 AM GMT

@island it doesnt rlly do dat n yes i just chekd
islandmaker2012
#128370752Tuesday, March 18, 2014 9:06 AM GMT

@noah Yes it does...... Steps: 1.open up roblox studio 2.create new place/open existing 3.in the plugins,click the stampertool 4.click any terrain block 5.look at explorer,there will be a block there.. 6.if that's not right,then ill..EAT A PIZZA
noah
#128370770Tuesday, March 18, 2014 9:10 AM GMT

no cuz i placed liek 50x50 water blocks and nothing showed up workspace -terrain -baseplate -camera dats it
islandmaker2012
#128370780Tuesday, March 18, 2014 9:12 AM GMT

No offence,but wow your dumb... When u select the terrain,BEFORE U CLICK TO PLACE IT Its semi transparent,notice that?that's CUZ ITS A PART CHECK EXPLORER WITH STAMPER OUT AND TERRAIN SELECTED,NOT ALREADY DOWN Take out the stamper Click on whatever terrain block DO NOT PLACE YET,IT'LL BE TRANSPARENT Check explorer Blamo
noah
#128370801Tuesday, March 18, 2014 9:16 AM GMT

wow n0 need 2 hate, im only 9
islandmaker2012
#128370812Tuesday, March 18, 2014 9:18 AM GMT

9? ... And your at the scripting helpers forum because..?
noah
#128370819Tuesday, March 18, 2014 9:19 AM GMT

lok i cn skript if {2+2==4}}) then END END or print{'TRUE"())} ur just jealous u n0b
islandmaker2012
#128370834Tuesday, March 18, 2014 9:21 AM GMT

Er..either your a troll,or you have no idea how scripting works..... if 2+2 == 4 then print "true" else print "false end Or: print (2+2==4 and "true" or "false")
noah
#128370841Tuesday, March 18, 2014 9:23 AM GMT

noooo u ronggggggg cuz ends r suposd 2 b END END ha uuuuuuuuUUUUUu ok i go nite nite by
Lacryma
#128370852Tuesday, March 18, 2014 9:24 AM GMT

noah is trolling idiot
goomba83
#128370870Tuesday, March 18, 2014 9:26 AM GMT

@island the 'and "true" or "false"' isn't even needed
trogyssy
#128379182Tuesday, March 18, 2014 3:52 PM GMT

he's not nine. No nine-year-old has a sparkle time fedora. ~~trogyssy, Scripting Helper and S&I Activist~~
MrParkwizard
#128379941Tuesday, March 18, 2014 4:12 PM GMT

Out

    of     1