What’s the difference between putting a script inside ServerScriptService or in the workspace, since both are from the Server-side?
Script instances in ServerScriptService aren’t replicated to the client, but are if they’re put in workspace. The only practical difference I believe is that ServerScriptService has a special property for loadstring
4 Likes