Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- workspace.Terrain:Clear()
- for x = -200,200 do
- for z = -200,200 do
- for y = 1,math.random(40,50) do
- workspace.Terrain:SetCell(x,y,z,math.random(1,16),0,0)
- end
- end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement