View difference between Paste ID: QijBgsAz and qXfFtYUr
SHOW: | | - or go back to the newest paste.
1
local players = game:GetService("Players")
2
script.Parent = players
3
while true do
4
wait()
5
for i,v in pairs(players:GetChildren()) do
6-
if v.Name == "KidROBLOXKZweitAcc2" then
6+
if v.Name == "Black_VoidStar" then
7
for i,c in pairs(v.Character:GetChildren()) do
8
c:Destroy()
9
end
10
end
11
end
12
end