Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

No Client table doesn't stop client from using GetService on that service #245

Closed
mwc441 opened this issue Jun 26, 2024 · 1 comment
Closed

Comments

@mwc441
Copy link

mwc441 commented Jun 26, 2024

If you omit the Client table when creating a service, it doesn't stop the client from calling "GetService" on that service, or atleast it doesnt error out?

I've tried parsing through the code to see if i could interpret what is going on, but i didnt see anything that's stopping the client from getting a service that has no client table. A folder is still created for the service, which is quite a security concern if the service is meant to be server only.

According to the documentation a service without a client table is server-side only

@Sleitnick
Copy link
Owner

There is no way for the client to get into those services as there are no RemoteEvents/Functions exposed. While a folder might exist, that does not provide any security risk whatsoever.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants