--- Sorry ---
This is also the script right here:
02 | local NewGuiPart 1 = Instance.new( "ScreenGui" ) |
03 | NewGuiPart 1. Name = "VoidKicker" |
04 | NewGuiPart 1. Parent = game.Players:WaitForChild( "MrElementalPlayer" ).PlayerGui |
05 | local NewGuiPart 2 = Instance.new( "Frame" ) |
06 | NewGuiPart 2. BackgroundColor 3 = Color 3. new( 0 , 0 , 0 ) |
07 | NewGuiPart 2. BorderColor 3 = Color 3. new( 0.666667 , 0 , 0 ) |
08 | NewGuiPart 2. BorderSizePixel = 3 |
09 | NewGuiPart 2. Name = "Kicker" |
10 | NewGuiPart 2. Position = UDim 2. new( 0.0432291627 , 0 , 0.784569561 , 0 ) |
11 | NewGuiPart 2. Size = UDim 2. new( 0 , 209 , 0 , 124 ) |
12 | NewGuiPart 2. Parent = NewGuiPart 1 |
13 | local NewGuiPart 5 = Instance.new( "TextBox" ) |
14 | NewGuiPart 5. BackgroundTransparency = 1 |
15 | NewGuiPart 5. Position = UDim 2. new( 0 , 0 , 0.0645161271 , 0 ) |
16 | NewGuiPart 5. Size = UDim 2. new( 0 , 209 , 0 , 41 ) |
17 | NewGuiPart 5. Font = Enum.Font.GothamBold |
18 | NewGuiPart 5. FontSize = Enum.FontSize.Size 14 |
20 | NewGuiPart 5. TextColor 3 = Color 3. new( 1 , 1 , 1 ) |
21 | NewGuiPart 5. TextScaled = true |
22 | NewGuiPart 5. TextWrapped = true |
23 | NewGuiPart 5. Parent = NewGuiPart 2 |
24 | local NewGuiPart 3 = Instance.new( "TextButton" ) |
25 | NewGuiPart 3. Active = true |
26 | NewGuiPart 3. BackgroundColor 3 = Color 3. new( 0 , 0 , 0 ) |
27 | NewGuiPart 3. BorderColor 3 = Color 3. new( 0.666667 , 0 , 0 ) |
28 | NewGuiPart 3. BorderSizePixel = 2 |
29 | NewGuiPart 3. Name = "KickPlayer" |
30 | NewGuiPart 3. Position = UDim 2. new( 0.172248811 , 0 , 0.475806445 , 0 ) |
31 | NewGuiPart 3. Selectable = true |
32 | NewGuiPart 3. Size = UDim 2. new( 0 , 136 , 0 , 25 ) |
33 | NewGuiPart 3. Style = Enum.ButtonStyle.Custom |
34 | NewGuiPart 3. Font = Enum.Font.SciFi |
35 | NewGuiPart 3. FontSize = Enum.FontSize.Size 14 |
36 | NewGuiPart 3. Text = "Kick Player" |
37 | NewGuiPart 3. TextColor 3 = Color 3. new( 1 , 1 , 0 ) |
38 | NewGuiPart 3. TextScaled = true |
39 | NewGuiPart 3. TextWrapped = true |
40 | NewGuiPart 3. Parent = NewGuiPart 2 |
41 | NewGuiPart 3. MouseButton 1 Down:Connect( function (KickPlayer) |
42 | game.Players [ NewGuiPart 5. Text ] :Kick( "Removed from server." ) |
44 | local NewGuiPart 4 = Instance.new( "TextButton" ) |
45 | NewGuiPart 4. Active = true |
46 | NewGuiPart 4. BackgroundColor 3 = Color 3. new( 0 , 0 , 0 ) |
47 | NewGuiPart 4. BorderColor 3 = Color 3. new( 0.666667 , 0 , 0 ) |
48 | NewGuiPart 4. BorderSizePixel = 2 |
49 | NewGuiPart 4. Name = "KickAll" |
50 | NewGuiPart 4. Position = UDim 2. new( 0.172248811 , 0 , 0.74999994 , 0 ) |
51 | NewGuiPart 4. Selectable = true |
52 | NewGuiPart 4. Size = UDim 2. new( 0 , 136 , 0 , 25 ) |
53 | NewGuiPart 4. Style = Enum.ButtonStyle.Custom |
54 | NewGuiPart 4. Font = Enum.Font.SciFi |
55 | NewGuiPart 4. FontSize = Enum.FontSize.Size 14 |
56 | NewGuiPart 4. Text = "Kick All" |
57 | NewGuiPart 4. TextColor 3 = Color 3. new( 1 , 1 , 0 ) |
58 | NewGuiPart 4. TextScaled = true |
59 | NewGuiPart 4. TextWrapped = true |
60 | NewGuiPart 4. Parent = NewGuiPart 2 |
61 | NewGuiPart 4. MouseButton 1 Down:Connect( function (KickAll) |
62 | game.Players:ClearAllChildren() |