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

How should i protect your scripts and game?

Asked by 6 years ago

How could i stop exploiters from stealing scripts and my game?

1 answer

Log in to vote
0
Answered by 6 years ago

Turn on filtering enabled. You can do this by going into studio for your game. Make sure explorer and properties is on, then click on Workspace with explorer and in the properties section, you will see something called 'Filtering Enabled'. Make sure that check box is ticked. This will also remove that 'Experimental Mode' icon in your games.

  • Open Roblox Studio by pressing the Edit button for the desired game on the Develop page
  • Make sure both the Explorer and Properties tabs are open
  • Under the Explorer tab, click on Workspace
  • Under the Properties tab, locate the Behavior section
  • Mark the box labeled, FilteringEnabled
  • Save your changes before exiting

This website is very helpful! https://en.help.roblox.com/hc/en-us/articles/115003766763-Experimental-Mode

0
Oh i already know this, sorry if i wasn't explain, what i mean is like how would i be able to protect my client side scripts wantsome555 0 — 6y
0
Anything on the client is able to be looked at and stolen. Think of client-side stuff the same way you would with a website: Anyone can take the HTML/CSS/JavaScript on a webpage. Anyone. Thus, you never put sensitive stuff on the client. Anything sensitive should be done server-side. dadysherwin2 155 — 6y
0
lol, their should be a way to atleast hide the content, or even if a player was able to open it could detect and kick that player from game, force him out, delete code, etc idk wantsome555 0 — 6y
0
IKR! But theres no way roblox is soo bad dadysherwin2 155 — 6y
Ad

Answer this question