Hi, I'm new to programming and I wanted to move my main script to ServerScriptService, but it's just not there... I tried using local ServerScriptService = game:GetService (ServerScriptService) in my main script, but obviously that only adds ServerScriptService while the game in running.. I also tried adding it via the "Service" feature in the model tab but it's also not there.. Thanks to anyone that helps!
I don't know so much too but serverscriptservice is only visible for roblox studio because you can't edit serverscripts, if its false sorry.
It won't show to the client, so if you're testing, and viewing as the client, ServerScriptService will be invisible
Have you tried using the following?
local SSS = game:GetService("ServerScriptService")