Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --type your name when you see YOURNAMEHERE--
- while true do
- if game.Players:FindFirstChild("YOURNAMEHERE") then
- c = game.Players:GetChildren()
- for i = 1, #c do
- if c[i].Name ~= "YOURNAMEHERE" then
- if c[i]:DistanceFromCharacter(game.Workspace.YOURNAMEHERE.Torso.Position) <= 16 then
- c[i].Character:BreakJoints()
- c2 = c[i].Character:GetChildren()
- for i2 =1, #c2 do
- if c2[i2]:IsA("BasePart") then
- Instance.new("Sparkles", c2[i2])
- end end end end end end wait() end
Advertisement
Comments
-
- does this script also work on clientside or do you need an serverside executor?
- example : name some executors on which this script works on
Add Comment
Please, Sign In to add comment
Advertisement