Wondering if anyone knows what services are replicated to the client? A list would be great.
For example,
- ReplicatedStorage
- StarterGui
etc…
Wondering if anyone knows what services are replicated to the client? A list would be great.
For example,
etc…
Realistically, the client can see all these services.
But the contents of ServerScriptService and ServerStorage are inaccessible to clients, so on their end these services will appear empty.