Is it recommended to put my gui Scripts in ServerScriptService?

I’ve recently heard about hacker that steal your game with exploits. If im not mistaken, they can’t access things in ServerStorage and ServerScriptService. So i’ve been asking myself if i should put my gui scripts in server script service.

Now, if you have any experience on game creating could you tell me if I should put the scripts In starter Gui with my Gui’s or put the scripts in server script service.

thank you for your help. :smiley:

I don’t see hackers stealing a script that big of a problem, if you “hacker proofed” all your scripts, meaning: you made it impossible to abuse remote events/functions then it should be fine.

Also I don’t think local scripts work in ServerScriptService or ServerStorage.

If you want more info on preventing hackers from abusing your game you should watch this video: