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

My world generation script will only generate grass can anybody help?

Asked by
kom297 -4
6 years ago

It only generates grass spires i dont see why it is not working

my script:

01--Static variables
02local prefabs = game.ServerStorage.Prefabs
03local cubes = 90
04local width = 10
05local length = 10
06local height = 5
07local x = -0.5
08local y = 1.5
09local z = 1.5
10local rows = 1
11local w = 0
12local l = 0
13local h = 0
14local chance = 0
15math.randomseed(tick())
View all 95 lines...
0
really stupid question, but do you have your game in filteringenabled mode? Inevitable_Judgement -10 — 6y
0
FE is default now User#5423 17 — 6y
0
^ LOL that is definitely not the reason why he can't "Change it", i'd change DrawBlock's first parameter to something else greatneil80 2647 — 6y
0
I meant ^^* greatneil80 2647 — 6y
View all comments (3 more)

Answer this question