of     1   

HaloArray
#105055829Thursday, July 11, 2013 6:58 PM GMT

I need to insert 1 script into upwards of 700 blocks. I select all of them, right click, but the "Paste-Into" button is greyed out. I don't want to manually right click, then click "Paste-Into" 700 times, so is there a solution to this?
ISeeYourPost
#105056135Thursday, July 11, 2013 7:01 PM GMT

I would say group the items then put the script in workspace. Then do Workspace.[Name]:getchildren
ISeeYourPost
#105056471Thursday, July 11, 2013 7:04 PM GMT

when do what ever you want with the script. Or Workspace.[NAME].children, either works.
HaloArray
#105057305Thursday, July 11, 2013 7:11 PM GMT

Could you word that a little more specifically? I don't really get what you're trying to say by how you worded it.
ISeeYourPost
#105057716Thursday, July 11, 2013 7:15 PM GMT

1. Group all of those blocks together. 2. Name it. 3. Make a script. 4. Start it with locating the children of that group. (All of the blocks) 5. ^ Workspace.[Name]:getchildren() or Workspace.[Name].children 6. Finish the script. 7. You're done.
HaloArray
#105059459Thursday, July 11, 2013 7:30 PM GMT

That doesn't seem to work and I've tried modifying it in multiple ways. Thanks though.
ISeeYourPost
#105059674Thursday, July 11, 2013 7:32 PM GMT

Well, I tried. What's the script?
ISeeYourPost
#105059734Thursday, July 11, 2013 7:33 PM GMT

But if you want all the objects to do that, keep them grouped.
HaloArray
#105059914Thursday, July 11, 2013 7:34 PM GMT

while true do script.Parent.CanCollide = false wait() end All I need to do is turn CanCollide off for all the bricks, but it is over 700 bricks so I don't want to manually do it.
wardjedii
#105067250Thursday, July 11, 2013 8:33 PM GMT

1. Select all the bricks. (Make sure there is no grouped bricks) 2. Go to Properties. 3. Scroll down and click on "Can-collide" make sure there is no checkmarks under "cancollided"

    of     1