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://214956654"
- AAAAAA.Looped = false
- AAAAAA.Volume = 1.1
- AAAAAA.MaxDistance = "100"
- function garbage1()
- ChatService:Chat(game.Workspace.ArtistBase.Head, "S-Sakura-san?", "White")
- wait(2)
- ChatService:Chat(game.Workspace.SakuraSylveonYT.Head, "What the heck did you just call m-", "White")
- wait(.5)
- ChatService:Chat(game.Workspace.ArtistBase.Head, "I-I've always sorta liked you.", "White")
- wait(3)
- ChatService:Chat(game.Workspace.SakuraSylveonYT.Head, "..I've always sorta hated you.", "White")
- wait(3)
- ChatService:Chat(game.Workspace.ArtistBase.Head, ":(", "Blue")
- AAAAAA:play()
- wait(7)
- AAAAAA:Destroy()
- end
- garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement