vibrantsinger423

Untitled

Aug 21st, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. local txt = Instance.new("BillboardGui", char)
  4. txt.Adornee = char .Head
  5. txt.Name = "_status"
  6. txt.Size = UDim2.new(2, 0, 1.2, 0)
  7. txt.StudsOffset = Vector3.new(-9, 8, 0)
  8. local text = Instance.new("TextLabel", txt)
  9. text.Size = UDim2.new(10, 0, 7, 0)
  10. text.FontSize = "Size24"
  11. text.TextScaled = true
  12. text.TextTransparency = 0
  13. text.BackgroundTransparency = 1
  14. text.TextTransparency = 0
  15. text.TextStrokeTransparency = 1
  16. text.Font = "Arcade"
  17. text.TextStrokeColor3 = Color3.rainbow
  18.  
  19. v=Instance.new("Part")
  20. v.Name = "ColorBrick"
  21. v.Parent=p.Character
  22. v.FormFactor="Symmetric"
  23. v.Anchored=true
  24. v.CanCollide=false
  25. v.BottomSurface="Smooth"
  26. v.TopSurface="Smooth"
  27. v.Size=Vector3.new(10,5,3)
  28. v.Transparency=1
  29. v.CFrame=char.Torso.CFrame
  30. v.BrickColor=BrickColor.new(CV)
  31. v.Transparency=1
  32. text.TextColor3 = Color3.new(255,255,0)
  33. v.Shape="Block"
  34. text.Text = "heck xd"
Add Comment
Please, Sign In to add comment