Does Roblox allow referring to NPCs as "Damned"?

The post above says it all, but for further context, I’m writing dialogue for my tower defense game. The character who is speaking says “I will grind you to the bone, rip your flesh into shreds, and sear it upon the forges of the damned.” Pretty metal. Might even be a little too much for Roblox. But I just want to know if “upon the forges of the damned” is a-okay to say.

Asking because it could be interpreted as “direct”.

Thanks in advance!

This is most likely fine, but id recommend for your game to be 13+

1 Like

image

1 Like

this is fine, to be extra sure try this: print(game.TextService:FilterStringAsync(“I will grind you to the bone, rip your flesh into shreds, and sear it upon the forges of the damned.”, YOUR_ACCOUNT_ID_AS_A_NUMBER, Enum.TextFilterContext.PublicChat):GetNonChatStringForBroadcastAsync())

1 Like

I did not know you could run stuff through the chat filter in studio! This will be very helpful for other stuff too, thank you!

1 Like