Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- --NOOT NOOT remade by basstracker1970 not abusive to avoid people abuseing
- wait(1)
- local NOOOT = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- -- Properties
- NOOOT.Name = "NOOOT"
- NOOOT.Parent = game.Players.LocalPlayer.PlayerGui
- TextButton.Parent = NOOOT
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0.808314085, 0, 0.676056325, 0)
- TextButton.Size = UDim2.new(0, 166, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "NOOT NOOT"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- message = Instance.new("Message")
- message.Text = "NOOT NOOT!!"
- message.Parent = game.Workspace
- sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://689162300"
- sound.Parent = game.Workspace
- sound:Play()
- decal = Instance.new("Decal")
- decal.Texture = "rbxassetid://255422283"
- decal.Face = "Top"
- decal.Parent = game.Workspace.Base
- explode = Instance.new("Explosion")
- for i,v in next, game.Players:GetChildren() do
- explode.Parent = v.Character.Torso
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement