Advertisement
Guest User

Test

a guest
Jun 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. for _,v in pairs(game.Workspace:GetChildren()) do
  2. if v.Name == "Scavenger Ant" then
  3. v.HumanoidRootPart.Size = Vector3.new(99999999,99999999,99999999)
  4. v.HumanoidRootPart.Material = "Neon"
  5. v.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  6. v.HumanoidRootPart.Transparency = 0.7
  7. v.HumanoidRootPart.CanCollide = false
  8. v.Thorax.Size = Vector3.new(99999999,99999999,99999999)
  9. v.Thorax.Material = "Neon"
  10. v.Thorax.BrickColor = BrickColor.new("Really blue")
  11. v.Thorax.Transparency = 0.7
  12. v.Thorax.CanCollide = false
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement