Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

People not respawning on my client?

Asked by 5 years ago

Me and most of the people I know have this same problem, when people reset or touch a killbrick, they'll respawn on my client's side, but when I kill them with my weapon, they'll simply stay dead. I have tried it with other frameworks/tools and this still happens

0
This means you kill them on the client, not on the server which your killbrick does. bhqpping 80 — 5y
0
It is never a good idea to do things like killing on the client. They can just ignore the death and cheat. User#21908 42 — 5y

1 answer

Log in to vote
1
Answered by
oftenz 367 Moderation Voter
5 years ago
Edited 5 years ago

You are executing on the Client. Use a Remote Event, or even a script.

Killing a player with a LocalScript will not be replicated onto the server. Meaning it never happened!

Ad

Answer this question