Kicking GUI - AmusingDev

[size=5]Information[/size]


This is a simple kicking panel that can be accessed by specific players, it can only be used for kicking and nothing else, the panel’s style is clean and aesthetically pleasing.


[size=5]Summary[/size]


  • For kicking only
  • Aesthetically pleasing style
  • Can be accessed by certain players

[size=5]Asset[/size]


You can get the Kicking GUI model by clicking here.


[size=5]Example Video[/size]


36 Likes

is the GUI visible to new players/visitors or is it only accessible by admins

2 Likes

I looked at your code, and you’re not checking if an admin sent a request which can be used by an exploiter to basically kick anyone by firing the remote. I also would suggest to not use Server Scripts inside of GUI’s as they should mainly be handled by the client.

A suggestion would be to firstly fix the security of the remote, also maybe making some simple variables so you don’t need to reference the pathway for every item you need, then maybe add group and rank restriction capability.

Overall, I think it’s nice but there is room for improvement.


Checking Player Request:

if table.find(allowed , player.Name) then
	-- Kick player
end

Good luck,
desinied

16 Likes

What’s the advantage of this over literally any admin system?

10 Likes

I feel its right to remind people that in general you should never kick/ban anyone from a game, its such a negative experience for affected parties and often serves as the fuel for the victim to cause as much damage as they can to your game.

5 Likes

There isn’t really an advantage of this over the administrator panels since this was just created if you simply need to kick somebody from game, I would normally use something like this when I want it to be quick and done.

1 Like

There is a lot to like about this, like the GUI and how quick and simple it is to use it. However, I would just use an admin system like Basic Admin Essentials. It’s good though.

2 Likes

I mean they did earn the kick/ban, although you are right about them trying to get back at you.

1 Like

Earn it or not, that player could go on to spend robux on your game. I am strongly against ever banning players, especially since they can join on alts.

1 Like

If someone is exploiting in a game, then they’re already trying to cause damage, so what’s kicking or banning them going to do?

I mean, you could pull a Mailbox Games and have an unban developer product for 10kR$ (Yes, people actually bought this)

1 Like

If you ban them, then it serves as fuel for them to come back on an alternate account and further exploit, in a potentially more hostile way.

4 Likes

They were already doing it, what’s saying they weren’t doing it in a hostile way already? And most people who get banned from a game for exploiting typically just go, “Meh, it was boring anyways” and find a new game.

2 Likes

This is awesome, and the UI looks sick. I got a feature request, wouldn’t it be cool if you could give it to VIP Server owners. And also a feature to write reason would be really good.

1 Like

This could help you :smiley:

1 Like