I Need Help With Bushes and Objects, and More!

Im new to level making, and I figure I might wanna make a playerworld, but before I buy it and waste my money and something that might not happen, I wanted to make it first. So, here are some questions I had that I was unable to find by searching them. PLEASE answer them if you can!

How do you make bushes and stones and that stuff reappear after you use them?

Also, how do you create an obstacle that never stops moving? Like a wall to push you off a platform?

How do you create your own menus, like the inventory section in Zodiac or the News, and stuff like that? How do you replace the menus?

How do you set up staff abilities, like walking on walls, dragging people, ET abilities, and jailing and stuff?

How do you change the color of texts? I want to change it to an orangish color and get rid of the bright green.

How do you make it online? I mean make it multiplayer or whatever so you can’t pause it.

How do you create a guild system?

How do you make menus that let you buy stuff, like in Zodiac?

Thanks! That’s all I need to know for now! Please answer them if you can!

It’s free to host a server on here, don’t worry.
Bushes and stones respawn when your online.
A good scripted could help you with the other things

Also 90% of the people will read your post will instantly want to stab you in the gut for this one line.

He’s rushing into everything. Probably going to get help here, then make a server on official. He is a waste of our time. Well not ‘Our Time’, just the people who reply to this. feels stupid for replying

THAT DOESNT HELP!

By supporting unixmad by paying his rip off prices your supporting my hate towards people who play /create it

Welcome to Reborn, get used to it and be ready to get trolled

your only trolled if you act like an idiot and necropost and shit, dont do shit and you wont get shit, very simple rule.

And this thread is asking? My point exactly

I think he went to the wrong forums.

I think all off you are dumbasses. (Except Beholder and the OP which may be debatable but fuck you and fuck youu)

Disregard your assumptions about a person until proven otherwise, thanks.

Mmm, all this delicious spam posts

It doesnt matter what happened, just answer my questions please!
STOP Spamming and ANSWER please!

when it’s online they’ll reappear.
although there are ways to make things respawn faster.

npc with timeout loop.

  timeout=0.05;

  if(timeout){
   timeout=0.05;
   dostuff;
  }

weapon npcs.
made using

toweapons weaponname;
and
if(weaponfired){}

https://graal.in/t/fa-furrys-anonymous/9989

disablepause;

use the triggerhack that allows changing guilds, or make a txtfile for every guild requested.

For any other questions: use the search function…
Except if it wasn’t asked before, then you should ask.

some statements in this post might be inaccurate.
Also, i didn’t answer all questions, try search.

with all the servers that keep getting created, one will eventually turn out to be cool.

You’d hope so but it might take a while.

What and Sameira isnt cool yet? >:open_mouth: I’m gonna fix the tile mistakes after the whole overworld is generated then add a few quests >:open_mouth: that not gonna be cool enough for U?!

FINALLY a straight-ish answer.
The only thing Im stuck on is by staff abilities, I mean like how a staff says something to make it happen, like how they usually say /start to start an event.

if (Playerchats && strequals(#c,/start)){
  do stuff;
}

if you get everything given to you, you will not learn anything.

nah not true, they just need self initiative and creativity and too much time then they learn. At least thats how I did it except I wasnt given any straight out help o.0