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