Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --rbxassetid://554397738
- local ChatService = game:GetService("Chat")
- AAAAAA = Instance.new("Sound",game.Workspace.ArtistBase.Torso)
- AAAAAA.SoundId = "rbxassetid://627722878"
- AAAAAA.Looped = false
- AAAAAA.Volume = 1.1
- AAAAAA.TimePosition = 4
- AAAAAA.MaxDistance = "100"
- function garbage1()
- AAAAAA:Play()
- wait(0.1)
- ChatService:Chat(game.Workspace.ArtistBase.Head, "Creeper?", "White")
- wait(2)
- ChatService:Chat(game.Workspace.ArtistBase.Head, "Aww man.", "White")
- wait(2)
- ChatService:Chat(game.Workspace.ArtistBase.Head, "So we're back in the mine,", "White")
- wait(2.3)
- AAAAAA:Destroy()
- end
- garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement