This is great! Been waiting for a feature like this for quite some time! One question though, can you ban people from your game at your own discretion, or does it have to be warranted under Roblox’s TOS?
Say for instance you didn’t want someone in your game for your own reasons, them or their alt accounts, could you choose to ban them or would this be misuse of the API?
I would say that the idea is good, but the release was hell. For example this account which is my main account got terminated and my friends main accounts got terminated. Innocent accounts were deleted and caught in the crossfire. And you can’t even create a new account on Roblox without it being instantly terminated upon joining any game.
This system has good intention but is not proper. I had spent money on this account and now ive lost everything.
I’d just keep going at it with appeals. You have a month to get through to them before the account is actually deleted. Fairly sure that the appeals team will get back to you with an actual reason at some point (or some other support team).
Good luck!
(BTW what does the page when you log in say for the ban reason)
Roblox answered my message with quote “Our moderation team has completed its review. This action still violates the under Misusing Roblox Systems. Thank you for bringing this to our attention.”
This is just very frustrating since how can my account still break the Terms of Service when it is terminated.
As BucketOPaint said “that is jarring and roblox have done a major fudge up”.
If i don’t get my account back ill just switch to Godot or Unity, its really that simple
This crap is useless anyways. Why can’t developers just put a simple script in their games that checks the accounts age before letting them in. If the age is too low, kick them upon joining.
Here is a script that lets you do this. Place it in ServerScriptService:
local MIN_ACCOUNT_AGE = 2 --// in days
game.Players.PlayerAdded:Connect(function(player)
if player.AccountAge < MIN_ACCOUNT_AGE then
player:Kick(“Your account needs to be at least “…MIN_ACCOUNT_AGE…” days old to play”)
end)
They said “determined” which means no solid evidence and also said “or” which means uncertainty from their side. The only option is to continuously message em and tell them to be more detailed and to fix this bs
Yeah that ban message makes no sense and I’ve never seen it before.
Also remember that they used automation so it’s pretty likely there was a screwup.
I’d imagine Appeals would actually check it and at least give you a real reason, then you can resolve it (hopefully). If not, well…yeah that won’t be a good look.
Good luck!
All you gotta do for that is wait 2 days or have a preexisting set of alts which I think a good chunk of exploiters do. One that keeps coming back to a game I contribute to heavily has accounts over a month old most of the time.
TLDR - waaaaay too easy to bypass