Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i,v in pairs(game.Players:GetChildren()) do
- local char = v.Character or v.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") hum.Health = 0
- end
- end
- ```Paste the link into a chat message in-game, like so:
- ```markdown!eval http://pastebin.com/raw/<PASTE THE URL>
- ```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