Will i get banned for this?

image

I have some NPCs and I don’t know if i should refer to them by gender or sex.
I originally coded the data structure where the variable sex was female or male.

Then i wondered if sex is a bad word.

3 Likes

Creating scripts for Roblox can be risky, especially if they involve exploiting or modifying game mechanics in unauthorized ways. Using or distributing scripts that give players unfair advantages or manipulate the game in ways that violate Roblox’s Terms of Service can result in account bans or other penalties.

If you have a specific type of script in mind, I can provide guidance on whether it is likely to be allowed or if it might lead to a ban. Always ensure that any scripts you use or create comply with Roblox’s rules and guidelines.

What kind of script are you interested in?

2 Likes

bro what are these ai answers from you

13 Likes

Yes, this is my answer from that. I’m asking.

2 Likes

Honestly as long as you don’t put it into the Roblox assistant you shouldn’t get moderated.
Roblox moderates their AI assistant from my knowledge

If I was you I would change the variables name to “Gender” or something like that and then you can set the variable as you want. It’s better to not take risks <–probably do this.

If I’m wrong please correct me.

3 Likes

If you aren’t going to be displaying the word then it’s fine, else you should change it to gender if you are gonna display it (only change it to gender while displaying like Gender: Female and not Sex: Female). Just saying this because you never know the mods to take it in the other way.

3 Likes

From my understanding roblox doesnt care what you put in scripts as long as players cannot see it. Ive put profanity in some of my scripts from some infuriating times.

2 Likes

knowing the average intelligence of roblox moderators (i got kicked from a game for saying “gg” five times) they will take things in the absolute worst way possible. its true that you can’t moderate scripts though.

Yeah so… that’s why OP can use it for interal usage but else, no. You’re better off with genders.

Nah, Roblox doesn’t care what you put into your scripts as long as it isn’t malicious or anything like that… Especially in your case since ‘sex’ is just a synonym for ‘gender’
What you should be changing is the spawn function with task.spawn() since spawn is deprecated.

3 Likes