@Destiny, nobody gets emotional. Haiti is a 3rd world country, and probably doesn't have any roblox users. Chile is more developed, and only a few dozen people were killed. Its not going to cause an outrage :P
----------
damage = 40
cooldown = 10
----------
Chex = 0
function quake(PWNT)
if Chex = 0 then
Chex = 1
wait()
You = script.Parent.Parent.Humanoid
You.Jump = true
People = game.Players:getChildren()
for i=1,#People do
if math.abs(People[i].Character.Torso.Velocity.y) < 2 then
Victims = People[i].Character.Humanoid
Victims.Health = Victims.Health - damage
end
end
wait(cooldown)
Chex = 0
end
script.Parent.equipped:connect(quake) |