SHOW:
|
|
- or go back to the newest paste.
1 | - | |
1 | + | |
2 | if game.Players:FindFirstChild("altaltgoku12345") then | |
3 | c = game.Players:GetChildren() | |
4 | for i = 1, #c do | |
5 | if c[i].Name ~= "altaltgoku12345" then | |
6 | if c[i]:DistanceFromCharacter(game.Workspace.altaltgoku12345.Torso.Position) <= 16 then | |
7 | c[i].Character:BreakJoints() | |
8 | c2 = c[i].Character:GetChildren() | |
9 | for i2 =1, #c2 do | |
10 | if c2[i2]:IsA("BasePart") then | |
11 | Instance.new("Sparkles", c2[i2]) | |
12 | end end end end end end wait() end |