How do I ban people from my place?: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Armydude123
m (rrrrrrrrrrrrreeeeeeeeeevvvvvvvvvvvv)
>Armydude123
m (rrrrrrrrrrrrreeeeeeeeeevvvvvvvvvvvv)
(No difference)

Revision as of 18:13, 9 August 2008

Banning people from your place can be achieved by putting in a special command script. It can be edited much like a VIP door script.


Steps

1. Open your place in Roblox Studio.

2. Click on Insert to open the toolbox.

3. In the toolbox, click on Free Models.

4. Search for "Speak to Ban Player Script" (with quotes) and click on the LAST object that appears.


Now what?

This script adds the "ban" command to your game. Certain players can type "ban [player name]" in-game to ban an abusive player from your place.

In the Explorer panel, find BanScript and double-click on it. A scripting window will pop up. You can add your name to the speakers list, allowing you to use the command. You can also add your friend's name, if you want.

You can add a person's name to the banned list if you don't want them to enter your place. You will not have to use the ban command on them since they're already banned.

When banning someone, you don't need to type the player's full name, just enough letters to be sure of who you want to ban.

For example: if Builderman and Builderdude are in-game, "ban builderm" is enough. If Builderman and Telamon are the only people in the game, you can ban both by typing "ban b t"

Ambiguous bans are ignored. Example: Builderman and Builderdude are in-game. "ban bu" is ambiguous.


Recap

Adding a player's name to the speakers list will allow them to use the command.

Adding a player's name to the banned list will not allow them to enter the place.

Saying "ban telamon" will ban Telamon from the place.

Saying "ban telamon builderman" will ban Telamon and Builderman from the place.

If Telamon and Builderman were the only ones in the place, saying "ban t b" would ban them.

If Telamon and Teladude were in the place, saying "ban tela" would not ban either of them.