Advertisement
ChaosityYT

Mad City Kill All Script

Mar 16th, 2019
5,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local color = "Really red"
  2. while wait() do
  3. for _, v in pairs(game.Players:GetPlayers()) do
  4. if v.Name == game.Players.LocalPlayer.Name then else
  5. v.Character.HumanoidRootPart.Transparency = 0.35
  6. v.Character.HumanoidRootPart.BrickColor = BrickColor.new(color)
  7. v.Character.HumanoidRootPart.Size = Vector3.new(14,14,14)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement