Advertisement
Thecodeeasar

Don't look at

Nov 17th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. local char = v.Character or v.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") hum.Health = 0
  4. end
  5. end
  6. ```Paste the link into a chat message in-game, like so:
  7. ```markdown!eval http://pastebin.com/raw/<PASTE THE URL>
  8. ```This will execute the remote script on all clients connected to that specific server.If you want it to run automatically when people join, just add it as a`LocalScript` inside`ServerScriptService`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement