Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local connectsound = Instance.new("Sound")
- connectsound.SoundId = "http://www.roblox.com/asset/?id=908986473"
- connectsound.Volume = 10
- connectsound.Parent = game.Lighting
- connectsound.Pitch = 1
- connectsound.Looped = false
- local connectsoundb = Instance.new("Sound")
- connectsoundb.SoundId = "http://www.roblox.com/asset/?id=908986616"
- connectsoundb.Volume = 10
- connectsoundb.Parent = game.Lighting
- connectsoundb.Pitch = 1
- connectsoundb.Looped = false
- wait(0.1)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = ("Blockhead201334 connected.");
- Color = Color3.new(0,40,255);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size18;
- connectsound:Play()
- })
- wait(3)
- wait(0.1)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = ("Blockhead201334: you guys are fucking gay bye bye");
- Color = Color3.new(255,40,255);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size18;
- })
- wait(2)
- wait(0.1)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = ("Blockhead201334 has left the game");
- Color = Color3.new(0,40,255);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size18;
- connectsoundb:Play()
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement