BanGUI - Easily punish players!

yes that it would be funny to do xD

This looks pretty nice, but does it support mobile?

Mobile and console support is coming in 2.0.0.B . ( VERY (x10000) soon)

I have a module that has a few troll deaths (such as a giant face falling from the sky) that I can pull out of a game if that would help at all.

1 Like

Thanks, theres alots of hackers going around in my game and this could be handy.

1 Like

Hi there!

I have some news regarding updates in 2.0.0.B:

External Punishment Data Update

Due to the need to keep the webhook link private, I have no way that I can think of for keeping the link private and preventing malicious spam. I tried using require(assetid) for requiring a module with the webhook link, however anyone would be able to maliciously spam it. Therefore, until I can find a way to keep the webhook link private, as well as preventing malicious spam from non-BanGUI scripts, the update is delayed. Sorry!

Themes Update

In version 2.0.0.B, I will be releasing a Themes setting for use in custom modules. You will have the options to change the universal theme for your menu using these commands:
themesModule:SetUICornerStyle(style) - Sets the corner style to the parameter. (sr = slightly rounded, vr = very rounded, p = pointed)
--------------------------------------------
themesModule:SetUITheme(theme) - Sets the UI theme to the parameter. (L = light, D = dark)

5 Likes

okay cool but one suggestion can you improve the Main Gui bc its kinda confusing like can you make it bigger?

1 Like

How does your product differentiates from a multitude of others with the exact concept?

2 Likes

Suggestion:Make a Mobile button

1 Like

could replace with

while script.Parent.Parent.Visible == true do -- run while visible instead of infinitely waiting to be visible
     for i = 10, 1 do -- create loop from 10 to 1
         script.Parent.Text = tostring(i)
         wait(1)
     end
     script.Parent.Parent.Visible = false
end
2 Likes

Does this come with discord interigation?

1 Like

Currently, sending punishment data to your Discord server is coming out in 2.0.0.B

hey question when do you think you will make the mobile button?

I am still working out the UI for that, should be out in the next 2.0.0.A supplemental update.

poll for the mobile button:

Where should I put the UI for the mobile menu? Pick a place that people donā€™t often put their UI.
  • Top center
  • Top right
  • Top left
  • Middle right
  • Middle left
  • Bottom right
  • Bottom left
  • Bottom center

0 voters

2 Likes

and btw the Whole Ui improvement is awesome but can do a little bigger Ui bc im not a big fan of small Uiā€™s like that

1 Like

Of course! I will make an option to make the UI bigger.

Not sure about that GUI, it doesnā€™t look like it could go with any possible color scheme. Also, I have already expressed my disapproval for ban modules, as they are all incredibly inefficient and bloated with unwanted features, and also makes unnecessary datastore calls and also the nature of how it works, it DOUBLES datastore calls.

I donā€™t reccomend hooking it up to discord. For one, that would make the web hook available to the public, which is bad. Also games can send phony ban requests to discord so they are also banned on other games. For example, I could use this GUI to ban a random person for exploiting, even though they are not. This fake ban also carries over to other games.

Thanks for the reply. When do you think that this will be coming? Tysm.

You would put the link in a config folder in the workspace, which would get moved to the server.

It is not a ban request, it is a message saying someone was banned/unbanned, etc.

Datastores are only for the game it is called on, so it couldnā€™t carry over to other games.