How do I make a server-side script?

So what I want to achive is to make some scripts server sided, because I have a bug with a client script, and I want to try making some scripts server-sided to see if it solved the bug. but I dont know how to make a server side script. I haven’t found anything on the marketplace, and in youtube they dont really discribe how it works. I cant find anything on Devfourm no matter how hard I try, can someone help me out please?

I also forgot to mention it is a uncopylocked game.

1 Like

LocalScript is a client-script
Script is a server-script.

Just insert a normal Script into your game and it’s already on the server.

1 Like

uhh are you asking on how to make a script (not a localscript)?

kind of, im just asking how to make a localscript a serverscript

localscript is the one with the little person right?

image

Yes. The one without the person is a server script.

try ezconvert (current called a link lol) (by Nebula_Zoroark)

is it on the marketplace?

try searching in roblox studio’s player search models
edit: i was wrong, try putting this in the start of the script (its the convert) require(4395650693)()

wait, I just realised, the scripts are server-sided. (its a uncopylocked game source that im making)