Advertisement
yamanohera155233

Untitled

Jul 25th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. while true do
  2. wait()
  3. p = Instance.new("Part")
  4. p.Size = Vector3.new(2,2,2)
  5. p.BrickColor = BrickColor.random()
  6. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  7. p.Reflectance = (math.random(0,100) / 100)
  8. p.Locked = false
  9. p.Name = "V3rmilli0n was here"
  10. p.Parent = game.Workspace
  11. One = Instance.new("Decal", p)
  12. Two = Instance.new("Decal", p)
  13. Three = Instance.new("Decal", p)
  14. Four = Instance.new("Decal", p)
  15. Five = Instance.new("Decal", p)
  16. Six = Instance.new("Decal", p)
  17. ------------------------------------------
  18. One.Texture = "http://www.roblox.com/asset/?id=307996170"
  19. Two.Texture = "http://www.roblox.com/asset/?id=307996170"
  20. Three.Texture = "http://www.roblox.com/asset/?id=307996170"
  21. Four.Texture = "http://www.roblox.com/asset/?id=307996170"
  22. Five.Texture = "http://www.roblox.com/asset/?id=307996170"
  23. Six.Texture = "http://www.roblox.com/asset/?id=307996170"
  24. ------------------------------------------
  25. One.Face = "Front"
  26. Two.Face = "Back"
  27. Three.Face = "Right"
  28. Four.Face = "Left"
  29. Five.Face = "Top"
  30. Six.Face = "Bottom"
  31. ------------------------------------------
  32. local selectionBox = Instance.new("SelectionBox",p)
  33. selectionBox.Adornee = p
  34. selectionBox.Color = BrickColor.new("Really red")
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement