Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- print("ay this is my first script")
- wait(1)
- print("made by HelloMyNameIsBubsALT")
- wait(0.8)
- print("you can edit the music if u want just don't change this stuff pls.")
- wait(2)
- print("enjoy")
- song = Instance.new("Sound", Workspace)
- song.SoundId = "rbxassetid://1463477377"
- song.Playing = true
- song.Looped = true
- song.Volume = 10
- title = Instance.new("Part". Workspace)
- title.Name = "mask"
- title.Size = Vector3.new(4, 1, 2)
- title.Position = game.Players.LocalPlayer.Character.Head.Positon
- title.Transparency = 1
- title.Anchored = true
- title.CanCollide = false
- local.title2 = Instance.new("SurfaceGui", game.Workspace.mask)
- local.title3 = Instance.new("TextLabel", game.Workspace.mask.title3)
- Text3.Size = UDim2.new(0, 800, 0, 600)
- Text3.Position = UDim2.new(0, 0, 0, -200)
- Text3.TextSize = 100
- Text3.Font = "Arcade"
- Text3.Text = "Robloxian Music Player"
- Text3.BackgroundTransparency = 1
- Text3.Orientation = game.Players.LocalPlayer.Character.Head.Orienation
- Text3.Name = "title3"
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = inf
- game.Players.LocalPlayer.Character.Humanoid.Health = inf
- wait(2)
- while true do
- game.Workspace.mask.Position = game.Players.LocalPlayer.Character.Head.Position
- wait(0.2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement