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