Author Topic: how do you make it so there is no floor?  (Read 2259 times)



so when you make a server, there is no floor and you just fall

type /getid while looking at the floor when you spawn then do idhere.delete(); in your console


If you don't want to use my add-on then type groundPlane.delete(); in your console without using the /getid method.

You should also first type groundPlane.save("config/blah.cs"); for example and then when you want the ground back type exec("config/blah.cs");

I thought it was fxPlane.delete();

To delete the sky: sky.delete();

To put them back:
new sky();
new fxPlane();

When you go into the admin environments, it will only restore the sky. Not sure why the ground can't be fixed.

What's the point?
Wouldn't you not be able to build?

What's the point?
Wouldn't you not be able to build?

If you are done building, and want to host a space-themed server, you can delete the ground and have nothing to fall on.

[noedit]

I may be wrong, but I think you can place a public brick and build on it when there is no ground.