Advertisement
Guest User

roblox Music Player Script

a guest
Mar 15th, 2018
6,271
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 1 0
  1. wait(1)
  2.  
  3. print("ay this is my first script")
  4.  
  5. wait(1)
  6.  
  7. print("made by HelloMyNameIsBubsALT")
  8.  
  9. wait(0.8)
  10.  
  11. print("you can edit the music if u want just don't change this stuff pls.")
  12.  
  13. wait(2)
  14.  
  15. print("enjoy")
  16.  
  17. song = Instance.new("Sound", Workspace)
  18. song.SoundId = "rbxassetid://1463477377"
  19. song.Playing = true
  20. song.Looped = true
  21. song.Volume = 10
  22.  
  23. title = Instance.new("Part". Workspace)
  24. title.Name = "mask"
  25. title.Size = Vector3.new(4, 1, 2)
  26. title.Position = game.Players.LocalPlayer.Character.Head.Positon
  27. title.Transparency = 1
  28. title.Anchored = true
  29. title.CanCollide = false
  30. local.title2 = Instance.new("SurfaceGui", game.Workspace.mask)
  31. local.title3 = Instance.new("TextLabel", game.Workspace.mask.title3)
  32. Text3.Size = UDim2.new(0, 800, 0, 600)
  33. Text3.Position = UDim2.new(0, 0, 0, -200)
  34. Text3.TextSize = 100
  35. Text3.Font = "Arcade"
  36. Text3.Text = "Robloxian Music Player"
  37. Text3.BackgroundTransparency = 1
  38. Text3.Orientation = game.Players.LocalPlayer.Character.Head.Orienation
  39. Text3.Name = "title3"
  40.  
  41. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
  42.  
  43. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = inf
  44. game.Players.LocalPlayer.Character.Humanoid.Health = inf
  45.  
  46. wait(2)
  47. while true do
  48. game.Workspace.mask.Position = game.Players.LocalPlayer.Character.Head.Position
  49. wait(0.2)
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement