Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to know if your game is safe to hackers?

Asked by 5 years ago

i want to know if hacker can copy my game if my game is copylocked? and i want to know how to keep my game secure and cannot be copy by other people or some dangerous hackers

0
If your game is copylocked, people cannot access it via studio and therefore it is safe in that respect. However, stopping place copying programs would require a more sophisticated system. Most are patched by ROBLOX however some do get through, although, they can only copy blank items. Eg, scripts without content. Zeluxis 100 — 5y
0
thank you for answering my question RealPlays20 3 — 5y

1 answer

Log in to vote
0
Answered by
BenSBk 781 Moderation Voter
5 years ago
Edited 5 years ago

The server-side contents of Workspace, Lighting, ReplicatedStorage, etc. replicate to all clients. This is a good thing; without it, they would not be able to render/use the contents of these services.

The downside of this, however, is that malicious users can copy the contents of these services and save them to their computer (after all, the contents literally exist on their computer after being downloaded from the server). This really isn't that much of an issue. First of all, nobody is going to bother stealing assets from your game until it is popular, at which point the chance of their copy ever gaining traction is tiny. Either way, you can report any instances of place stealing to Roblox to have them take appropriate action against the culprit; the stealing of assets is illegal, after all.

In the end, it's best to focus on other areas of development rather than waste your time worrying about malicious users who want to steal your game.

Ad

Answer this question