SHOW:
|
|
- or go back to the newest paste.
1 | - | --type your name when you see YOURNAMEHERE-- |
1 | + | |
2 | if game.Players:FindFirstChild("arceus3270") then | |
3 | - | if game.Players:FindFirstChild("YOURNAMEHERE") then |
3 | + | |
4 | for i = 1, #c do | |
5 | if c[i].Name ~= "arceus3270" then | |
6 | - | if c[i].Name ~= "YOURNAMEHERE" then |
6 | + | if c[i]:DistanceFromCharacter(game.Workspace.arceus3270.Torso.Position) <= 16 then |
7 | - | if c[i]:DistanceFromCharacter(game.Workspace.YOURNAMEHERE.Torso.Position) <= 16 then |
7 | + | |
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 |