<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.roblox.wtf/index.php?action=history&amp;feed=atom&amp;title=VoteKicker</id>
	<title>VoteKicker - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.roblox.wtf/index.php?action=history&amp;feed=atom&amp;title=VoteKicker"/>
	<link rel="alternate" type="text/html" href="http://wiki.roblox.wtf/index.php?title=VoteKicker&amp;action=history"/>
	<updated>2026-06-15T05:12:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://wiki.roblox.wtf/index.php?title=VoteKicker&amp;diff=98&amp;oldid=prev</id>
		<title>TobuFI: made this so i can link it in ultimate build lol</title>
		<link rel="alternate" type="text/html" href="http://wiki.roblox.wtf/index.php?title=VoteKicker&amp;diff=98&amp;oldid=prev"/>
		<updated>2024-12-26T16:57:43Z</updated>

		<summary type="html">&lt;p&gt;made this so i can link it in ultimate build lol&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Item_infobox&lt;br /&gt;
| gamename = Vote to Kick Player Script&lt;br /&gt;
| thumbnail = ScriptModelIcon2007.Png&lt;br /&gt;
| type = Model&lt;br /&gt;
| creator = ROBLOX&lt;br /&gt;
| creation = January 3rd, 2008&lt;br /&gt;
| lastupdated = January 3rd, 2008&lt;br /&gt;
| favorites = 560+&lt;br /&gt;
| desc = Allows players in-game to use the chat command &amp;quot;kick [playername]&amp;quot; to vote to kick an abusive player. Players that get enough votes contract NoTorsoItis. See script source for details.&lt;br /&gt;
| id = 300221&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Image:NoTorsoItisAction.png|thumb|right|The unfortunate aftermath of NoTorsoItis]]&lt;br /&gt;
&lt;br /&gt;
Created by Telamon, the &amp;lt;b&amp;gt;VoteKicker&amp;lt;/b&amp;gt; is a classic free model script that provides an easy way to implement a vote kick system within a game.&lt;br /&gt;
&lt;br /&gt;
In 2008, 22K places (uncopylocked places, counts each version with the script) used the VoteKicker script.&amp;lt;ref&amp;gt;http://wiki.roblox.wtf/index.php?title=File:HowManyPlacesUsedVoteKicker2008Demonstration.gif&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Behavior==&lt;br /&gt;
There is a large comment block inside the script which describes the basic mechanics of the VoteKicker, which says as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
-- This script adds the &amp;quot;kick&amp;quot; command to your game.&lt;br /&gt;
-- Players can type &amp;quot;kick [player name]&amp;quot; to vote to kick an abusive player.&lt;br /&gt;
-- If enough people vote to kick the same person, that person contracts a deadly case of NoTorsoItis&lt;br /&gt;
-- There is no cure for NoTorsoItis, even rejoining the game doesn&amp;#039;t stop it.&lt;br /&gt;
-- The number of votes required to kick a player depends on the number of people in the game.&lt;br /&gt;
-- &lt;br /&gt;
-- One cool thing - you don&amp;#039;t need to type the player&amp;#039;s full name, just enough letters to be sure of who you&lt;br /&gt;
-- want to kick.&lt;br /&gt;
--&lt;br /&gt;
-- For example: if Builderman and Builderdude are in-game, &amp;quot;kick builderm&amp;quot; is enough&lt;br /&gt;
-- if Builderman and Telamon are the only people in the game, you can vote to kick both&lt;br /&gt;
-- by typing &amp;quot;kick b t&amp;quot;&lt;br /&gt;
--&lt;br /&gt;
-- Multiple votes from the same person are ignored. As are ambigious votes:&lt;br /&gt;
-- Example: Builderman and Builderdude are in-game. &amp;quot;kick bu&amp;quot; is ambigious.&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- This hack brought to you by Telamon. &lt;br /&gt;
&lt;br /&gt;
-- If you find bugs in this script, post them to the scripting forum.&lt;br /&gt;
-- If you find a bug and change the script to fix it, post your solution in the scripting forum. There is a 500 R$ bonus for each fix.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As mentioned in the script, the game is unable to genuinely kick — disconnect the player — from the game. Instead, the VoteKicker constantly kicks the player, even if they rejoin the game, making them unable to play. They can still talk, but that is all. &lt;br /&gt;
&lt;br /&gt;
The number of votes needed to kick a player are also per-determined, rather than scaled. The player who being voted on can not vote on themselves.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Players Ingame (x) !! Votes Needed&lt;br /&gt;
|-&lt;br /&gt;
| x&amp;lt;=4 || 2&lt;br /&gt;
|-&lt;br /&gt;
| x&amp;lt;=10 || 3 &lt;br /&gt;
|-&lt;br /&gt;
| x&amp;gt;10 || 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>TobuFI</name></author>
	</entry>
</feed>