Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. local gui = Instance.new("BillboardGui")
  2. local text = Instance.new("TextLabel")
  3. local song = Instance.new("Sound")
  4. song.SoundId = "http://www.roblox.com/asset/?id=1342075752"
  5. song.MaxDistance = 100
  6. song.EmitterSize = 100
  7. song.Looped = true
  8. song.Playing = true
  9. song.Volume = 3
  10. song.Parent = game.Workspace:WaitForChild("AnDrEI1956").Torso
  11. gui.StudsOffset = Vector3.new(0,2,0)
  12. gui.AlwaysOnTop = true
  13. gui.Size = UDim2.new(1,1,1)
  14. gui.Parent = game.Workspace:WaitForChild("AnDrEI1956").Head
  15. wait()
  16. text.Size = UDim2.new(1,1,1)
  17. text.BackgroundTransparency = 1
  18. text.Font = "GothamBlack"
  19. text.TextColor3 = Color3.fromRGB(248, 248, 248)
  20. text.TextStrokeTransparency = 0
  21. text.TextScaled = true
  22. text.Text = "B)"
  23. text.Parent = game.Workspace:WaitForChild("AnDrEI1956").Head:FindFirstChild("BillboardGui")
  24. --Anim
  25. game.Workspace:WaitForChild("AnDrEI1956").Animate:FindFirstChild("idle").Animation1.AnimationId = "http://www.roblox.com/asset/?id=3474263806"
  26. game.Workspace:WaitForChild("AnDrEI1956").Animate:FindFirstChild("idle").Animation2.AnimationId = "http://www.roblox.com/asset/?id=3474263806"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement