Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a block generator, that generates blocks in Lighting?

Asked by 9 years ago

I'm not the best scripter, so I dont have a platform for this, but the basic idea, is a script in Workspace/serverscriptservice that finds a block in Lighting and generates each block anywhere in a sppecific location, just like the Quarry by Dummiez. Thanks for helping. EDIT: Heres some code I know

game. Lighting. BLOX: clone()
.....
BLOX.Vector3.new: X:1 Y:1 Z:1

Bad scripting alert.

0
I suggest that, before you ask about generating a 3-dimensional grid of blocks, you first make sure to have read the Absolute Beginner's Guide to Scripting on the Official ROBLOX Wiki and know how to do basic things with CFrame and Vectors. The 'code that you know' is nonsense, it doesn't make any sense. duckwit 1404 — 9y
0
Alright, THANKS fattyfateric1 0 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Learn CFrame a Vector3() just as duckwit said. (Hello once again duck I will see you at SB I would say..) Second go to this link to find a bit more about vector3 and Terrain Generation http://wiki.roblox.com/index.php?title=Terrain_Generation Just click the link above. :)

Ad

Answer this question