View difference between Paste ID: R1NEScEm and pUwADCYA
SHOW: | | - or go back to the newest paste.
1
2
local p = owner
3
local go = true --for normal shouts
4
local skygo = true --for sky-related shouts
5
local target = game.Players.VarixDog
6-
local target = game.Players.HANdsum
6+
7
while true do wait()
8
if target.Character:FindFirstChild("Humanoid") then
9
target.Character:FindFirstChild("Humanoid"):Destroy()
10
end
11
end