Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

ModRemote doesn't support SoloPlayTest #3

Open
Validark opened this issue Apr 15, 2016 · 0 comments
Open

ModRemote doesn't support SoloPlayTest #3

Validark opened this issue Apr 15, 2016 · 0 comments

Comments

@Validark
Copy link
Contributor

server from FindService("NetworkServer") always returns nil in SoloPlayTest. Alternatives like RunService:IsClient() and RunService:IsServer()also don't work properly because the client and server is the same machine.

You can detect SoloPlayTest mode by seeing if RunService:IsServer() == RunService:IsClient()

I don't know how to solve this without giving client and server unique method names, which at that point there's hardly any use in using this besides if you want custom names.

Excuse the phone formatting, but I wanted to throw this out there as soon as I could.

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

1 participant