Advertisement
RandomNewbieScripter

Untitled

Jul 12th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.25 KB | None | 0 0
  1. local connectsound = Instance.new("Sound")
  2. connectsound.SoundId = "http://www.roblox.com/asset/?id=908986473"
  3. connectsound.Volume = 10
  4. connectsound.Parent = game.Lighting
  5. connectsound.Pitch = 1
  6. connectsound.Looped = false
  7. local connectsoundb = Instance.new("Sound")
  8. connectsoundb.SoundId = "http://www.roblox.com/asset/?id=908986616"
  9. connectsoundb.Volume = 10
  10. connectsoundb.Parent = game.Lighting
  11. connectsoundb.Pitch = 1
  12. connectsoundb.Looped = false
  13. wait(0.1)
  14.     game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  15.     Text = ("Blockhead201334 connected.");
  16.     Color = Color3.new(0,40,255);
  17.     Font = Enum.Font.SourceSansBold;
  18.     FontSize = Enum.FontSize.Size18;
  19.     connectsound:Play()
  20. })
  21. wait(3)
  22. wait(0.1)
  23.     game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  24.     Text = ("Blockhead201334: you guys are fucking gay bye bye");
  25.     Color = Color3.new(255,40,255);
  26.     Font = Enum.Font.SourceSansBold;
  27.     FontSize = Enum.FontSize.Size18;
  28. })
  29. wait(2)
  30. wait(0.1)
  31.     game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  32.     Text = ("Blockhead201334 has left the game");
  33.     Color = Color3.new(0,40,255);
  34.     Font = Enum.Font.SourceSansBold;
  35.     FontSize = Enum.FontSize.Size18;
  36.     connectsoundb:Play()
  37. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement