Advertisement
Unicornelias

sfgsdfgsdfgsdfgsdfg

Jul 9th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. v=Instance.new("Part")
  3. v.Name = "ColorBrick"
  4. v.Parent=p.Character
  5. v.FormFactor="Symmetric"
  6. v.Anchored=true
  7. v.CanCollide=false
  8. v.BottomSurface="Smooth"
  9. v.TopSurface="Smooth"
  10. v.Size=Vector3.new(10,5,3)
  11. v.Transparency=1
  12. v.CFrame=char.Torso.CFrame
  13. v.BrickColor=BrickColor.new(CV)
  14. v.Transparency=1
  15. text.TextColor3 = Color3.new(0,0,.50)
  16. v.Shape="Block"
  17. text.Text = "Inferno"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement