of     1   

Roiye
#94622390Friday, April 12, 2013 6:49 AM GMT

I'm making a brickbattle which takes place in the sky, basically. Currently there are no weapons or anything, I just started the actual map. Here's a link: http://www.roblox.com/Bricks-place?id=107068967 I'm open to any criticism or ideas, and I also need a map regen script and was wondering if anyone knew of one? (I don't trust free models, especially not to find a script)
Roiye
#94662202Friday, April 12, 2013 8:49 PM GMT

Bump.
Robloxianpilotknight
#94667564Friday, April 12, 2013 9:39 PM GMT

while true do wait(Howmuchtimeuntilmapregens) game.Workspace.Map:remove() wait() game.Lighting.Map:clone().Parent = game.Workspace end You did not ask for it, but I gave it to you anyway. Replace Map with whatever the name of the model is, and move one copy into the lighting, while the other is in the Workspace.

    of     1