Advertisement
JRKPastesBins

Untitled

Aug 22nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local PE, PE3
  2. if Form ~= "" then
  3. PE = Instance.new("Part", c)
  4. PE.Size = Vector3.new(2, 2, 2)
  5. PE.Material = "Neon"
  6. PE.BrickColor = BrickColor.new("Br. yellowish orange")
  7. PE.CanCollide = false
  8. PE.Anchored = true
  9. else
  10. PE = Instance.new("Part", c)
  11. PE.Size = Vector3.new(4, 4, 4)
  12. PE.Material = "Neon"
  13. PE.BrickColor = BrickColor.new("Br. yellowish orange")
  14. PE.CanCollide = false
  15. PE.Anchored = true
  16. PE3 = Instance.new("Part", c)
  17. PE3.Size = Vector3.new(4.1, 4.1, 4.1)
  18. PE3.Material = "Neon"
  19. PE3.Transparency = 0.5
  20. PE3.BrickColor = BrickColor.new("Br. yellowish orange")
  21. PE3.CanCollide = false
  22. PE3.Anchored = true
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement