Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- Character = Player.Character
- local txt = Instance.new("BillboardGui", Character)
- txt.Adornee = Character.Head
- txt.Name = "_status"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-9, 8, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(10, 0, 7, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Antique"
- text.TextStrokeColor3 = Color3.new(170,0,0)
- text.Text = "Russian Sniper Lukaslun17"
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=Player.Character
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(10,5,3)
- v.Transparency=1
- v.CFrame=Character.Torso.CFrame
- v.BrickColor=BrickColor.new(CV)
- v.Transparency=1
- text.TextColor3 = Color3.new(0,0,0)
- v.Shape="Block"
- text.Text = "I hate roblox tags"
- stopitt = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- stopitt.SoundId = "rbxassetid://554401279"
- stopitt.Volume = 100
- stopitt:Play()
- --
- stopitt:Pause()
- --
- function Stopit()
- stopitpls = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- stopitpls.SoundId = "rbxassetid://356970690"
- stopitpls.Volume = 100
- stopitpls:Play()
- end
- --
- mouse.KeyDown:connect(function(key)
- if key == 't' then
- end
- --
- stopitt:Play()
- --
- --
- wait()
- mouse.KeyDown:connect(function(key)
- if key == 'r' then
- Stopit()
- end
- --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement