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

Can someone help me make a script on how to give a badge and kill all the players? [closed]

Asked by 5 years ago

I need a script that will kill all the players when someone touches the block. I don't have any script. I tried a few and they didn't do anything. can you please help me? I am making a racing game and I want a winner to get a badge and then the block kills all the players so they can start the game over! please help!!!

0
no MachoPiggies 526 — 5y
0
you really should make an attempt before requesting a script theking48989987 2147 — 5y

Closed as Not Constructive by Elixcore, MachoPiggies, and theking48989987

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 5 years ago

i'll try to make a script for you

script.Parent.Touched:Connnect(function(hit)
if hit.Parent:WaitForChild("Humanoid") ~= nil then
     for i=1, game:GetPlayers() do
         game:GetPlayers()[i].Character.Humanoid:BreakJoints()

              end 
       end
end)





a script in the win button best i could do

Ad
Log in to vote
0
Answered by 5 years ago

About the badge; badges cost 100 robux to make, too.