How to make simple ragdoll that has only on 1 remote and can be fireserver from a server script

As the title says, How to make simple ragdoll that has only on 1 remote and can be fireserver from a server script.

Have you tried to do this? or are you just asking for a script?

And by “remote”, do you mean a RemoteEvent?

What you’re asking here doesn’t exactly make sense. You are asking to FireServer from a Server Script to another Server Script. This simply isn’t possible, as remote events will only work if you’re going from client to server or server to client.

Instead, try learning this: BindableEvent. These will be able to achieve what you want.

1 Like
1 Like