#Remove the "Your ban was detected as Appealable" message in jell

100 messages · Page 1 of 1 (latest)

fading spindle
#

please do or perhaps add a simple script to detect if the word "unappealable" or "[U]" is within the reason to have that text changed

#
-- Assuming we have references to the two TextBoxes
local banReasonTextBox = script.Parent:WaitForChild("BanReasonTextBox")
local appealStatusTextBox = script.Parent:WaitForChild("AppealStatusTextBox")

-- Connect the `TextChanged` event of the banReasonTextBox
banReasonTextBox.TextChanged:Connect(function()
    local banReason = banReasonTextBox.Text:lower() -- Convert the text to lowercase for case-insensitive matching

    if banReason:match("unappealable") or banReason:match("%[U%]") then
        appealStatusTextBox.Text = "Unappealable"
    else
        appealStatusTextBox.Text = "Appealable"
    end
end)
```some super super simple code to make it possible, but im sure coded or Chairman would be able to make better code or whatever ![Yes](https://cdn.discordapp.com/emojis/864422416355688470.webp?size=128 "Yes")
boreal heath
fading spindle
#

i agree with that too

hushed quiver
#

I agree with this

chilly loom
#

why not just add a new argument to the ban command to make it appealable or not

chilly loom
hushed quiver
#

True

fading spindle
#

but honestly, either would work

#

as long as there is some standard way

#

so the message on Jell can be correct

cinder grove
hushed quiver
cinder grove
#

Well then double congratulations

hushed quiver
#

Thank you

fading spindle
#

its an extremely useful too, and i use it all the time to speed up my workflow as a programmer

#

nothing wrong with it

fading spindle
# cinder grove Wtf is wait for child

its waiting to get the child element matching the input name
pretty much what is happening is with script.Parent is grabbing the element the script is attached to (aka a child of) then :WaitForChild waits to grab the child element of the script's parent that matches the input name
hopefully that helps!

fading spindle
chilly loom
#

Voodoo 1, Viper's on station. Your journey ends here, Pilot. The skies belong to me. Nowhere to run, nowhere to hide.

vivid shale
#

Convert ecoban command to / and make it require a specification on if its appealable or not

#

Simple solution that eliminates confusion for all future bans

vivid shale
#

remove a useful feature bc of laziness

#

not a thing

vivid shale
fading spindle
#

i agree

#

at least make the function actually work, so it displays the correct information

#

agreed

#

it just currently confuses banned users

vivid shale
#

making it actually function would make it incredibly useful would it not

#

removing it is the lazy and harmful route

#

and im saying your suggestion to remove it instead of making it function is counterproductive

#

if they're gonna put the effort in to remove it, it might as well be fixed

last sonnet
#

whats the big deal anyway 99% of aegis bans arent even appealable

#

simply just say it anyway cuz they will come to ur dms asking to appeal anyway

vivid shale
#

a Jokel said it so its factual

last sonnet
#

yea simply supply evidence and say its unappealable then block or ignore them

#

yea it is

vivid shale
#

(most bans are actually appealable tf y'all on about)

last sonnet
#

you give the reason why they are banned and the evidence and then tell them if its appealable or not

#

regardless its still a nice feature to have

#

both

#

It detects keywords

#

in oretary if its says Exploiting then its unappealable automatic

#

and it does work

#

its just aegis bans are a whole paragraph

vivid shale
#

not wrong

last sonnet
#

it would be good if its selected reasons

#

same with oretary thats a cool idea

#

most likely would come to oretary as well since both use the same bot

#

ofc not since in the image supplied its a whole different sentence

#

also tf does [U] mean

vivid shale
vivid shale
#

i promise you these aegis mfs get innovative

#

need to invent new ban reasons

last sonnet
#

what walac did

#

💀💀💀

vivid shale
#

what did walac do

last sonnet
#

the thread image

vivid shale
#

yes

#

you're basically complicit in a leak and then when questioned you say

last sonnet
#

simply say nothing

#

and call saul

#

AIA suspect you of having guidelines? Don’t worry just stay silent and call SAUL!!!

vivid shale
#

but yeah for ban punctuality and all that trash selected reasons wouldn't be a good solution

last sonnet
vivid shale
#

is this real chat?

tribal ether
#

if the person says "im sowy" just unban them (they are sorry for their actions)

charred girder
#

doesnt change depending on the period or not?

#

dms rq joke

desert plinth
#

how can we program that Script detects that player's ban is unappealable or appealable

fading spindle
#

dont need to, they already have one

#

ur ban message gets displayed already

#

so if u just take content from the message, then boom

vivid shale
#

Why are y'all approving removing the feature but then saying it should be fixed?

fading spindle
vivid shale
#

You literally approved a suggestion which says in its title it wants it removed

fading spindle
#

well with a tad more reading you can see that we either want it replaced with something work, a different message, or removed

#

but at least if it is removed, then it will not mislead people

#

but i didn't title the thread, yet it has lead to discussion about fixing the problem and removal is just one suggested fix

crude wagon
#

fjuqefnf

#

when fix

hushed quiver