Hackers being able to view model names

If a hacker hacked my game, could they see model names?

I am trying to keep the model names away from players and I would hate if they could find the name of entities through hacking.

3 Likes

I’m not sure if they can, but I think they would be able by doing:

game.Workspace.

And the drop down menu showing the names, you could make a script that random idea the name of every model every tot seconds, even though this will probably lead to giant memory leaks

4 Likes

I will just name it by the entity names that the players are given.

2 Likes

I think, you should make an anti-hack system, so they won’t be able to do it.

2 Likes

There’s always a work around for that, it’s impossible to stop Exploiters, because everything will always have a flaw, it’s physics laws that say this, Einstein, Newton etc.

1 Like

I think it also depends on if they are using a hacking system and not Roblox (F9)…

1 Like

Exploiters can see your model names but why do you care about that? You shouldn’t.

Randomising the name of your models is a really bad piece of advice. You aren’t going to be able to develop good code that can reference models because you can’t differentiate what’s what. Clients will be able to see anything that’s replicated to them, so worrying about this doesn’t make much sense.

4 Likes

What is Roblox (F9)?

1 Like

Press F9 in any expierience… It will open a console

1 Like

Oh, I didn’t know that m, one time it opened casually in an experience for me :rofl::rofl::rofl:

2 Likes

Okay, I was just wondering because I want my entity names to be a secret and I don’t want hackers being able to reveal them through model names. I am not going to name them off their real names then. Thanks.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.