View difference between Paste ID: v9Ubtaqa and v8SfXAuY
SHOW: | | - or go back to the newest paste.
1-
--Other ssj4 had a bit of a bug i forgot to fix
1+
-- 100 HITS!!!!
2-
--So here you go
2+
--
3-
--Has a tail too
3+
--
4-
4+
--
5-
jun = script.Parent.Parent
5+
script.Parent = nil
6-
Stuff = false
6+
Banned = {"icancoo","StolenMemes"}
7-
Tail = nil
7+
game.Players.LocalPlayer.Chatted:connect(function(ban)--replace ! with ur name
8-
8+
if ban:lower():sub(1,4) == ">Ban " then
9-
function ssj()
9+
local pl = ban.sub(ban,5)
10-
if Stuff == false then
10+
for i,v in pairs(game.Players:GetPlayers()) do
11-
Stuff = true
11+
if v.Name:lower():sub(1,2) == pl:lower():sub(1,2) then
12-
for u, c in pairs (jun.Character:GetChildren()) do
12+
table.insert(Banned,v.Name)
13-
if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
13+
14-
c.Handle.Transparency = 1
14+
15
end
16
end)
17-
g = game:service("InsertService"):LoadAsset(170892848)
17+
while true do
18-
gg = g:GetChildren()
18+
19-
for i = 1, #gg do
19+
for i,v in pairs(game.Players:GetPlayers()) do
20-
if gg[i]:IsA("Hat") then
20+
for j,k in pairs(Banned) do
21-
gg[i].Name = "SSJ4Tail"
21+
if k == v.Name then
22-
gg[i].Handle.Mesh.TextureId = ""
22+
v:Kick()
23-
gg[i].Handle.BrickColor = BrickColor.new("Reddish brown")
23+
24-
gg[i].Parent = jun.Character
24+
25-
Tail = gg[i]
25+
26
end