Advertisement
Lukas17

Untitled

Mar 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2. Character = Player.Character
  3. local txt = Instance.new("BillboardGui", Character)
  4. txt.Adornee = Character.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 = 0
  16. text.Font = "Antique"
  17. text.TextStrokeColor3 = Color3.new(170,0,0)
  18. text.Text = "Russian Sniper Lukaslun17"
  19.  
  20. v=Instance.new("Part")
  21. v.Name = "ColorBrick"
  22. v.Parent=Player.Character
  23. v.FormFactor="Symmetric"
  24. v.Anchored=true
  25. v.CanCollide=false
  26. v.BottomSurface="Smooth"
  27. v.TopSurface="Smooth"
  28. v.Size=Vector3.new(10,5,3)
  29. v.Transparency=1
  30. v.CFrame=Character.Torso.CFrame
  31. v.BrickColor=BrickColor.new(CV)
  32. v.Transparency=1
  33. text.TextColor3 = Color3.new(0,0,0)
  34. v.Shape="Block"
  35. text.Text = "I hate roblox tags"
  36.  
  37. stopitt = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  38. stopitt.SoundId = "rbxassetid://554401279"
  39. stopitt.Volume = 100
  40. stopitt:Play()
  41.  
  42. --
  43. stopitt:Pause()
  44. --
  45. function Stopit()
  46. stopitpls = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  47. stopitpls.SoundId = "rbxassetid://356970690"
  48. stopitpls.Volume = 100
  49. stopitpls:Play()
  50. end
  51. --
  52. mouse.KeyDown:connect(function(key)
  53. if key == 't' then
  54. end
  55. --
  56. stopitt:Play()
  57. --
  58.  
  59.  
  60. --
  61. wait()
  62. mouse.KeyDown:connect(function(key)
  63. if key == 'r' then
  64. Stopit()
  65. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement