- 1). Navigate to the Roblox website. Log in with your username and password.
- 2). Click the "Insert" button. Click on "Objects" and pick the block-shaped object. Create a name for your object.
- 3). Click the Sound ID below the name of your object. Click the blue arrow to open the menu.
- 4). Choose a song you want from your computer. To add more than one song, press and hold "Ctrl" and "Alt." Click "Open" to add the songs.
- 5). Click "Insert," "Object" and then "Script Object." Enter the following:
c = script.Parent.yoursong:clone()
c.Parent = game.Workspace
c:play() - 6). Change "yoursong" to the song name.
previous post
next post