Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My song ID uploader isn't working and I need help fixing it how do I fix it?

Asked by 4 years ago

I am making a game with music but I want to have it so people can put in a custom Song ID but it isn't working also I am using a Text box for people to submit Song IDs should I change that? This is the script Im using

local Song = workspace.SongScript.Song
local SongId = script.Parent.Parent.SongId

function click()
    Song.SoundId = SongId.Text
end
script.Parent.MouseButton1Down:connect(click)
0
did you play the song after running this script? theking48989987 2147 — 4y
0
yes HollowStreak 18 — 4y
0
Do not post duplicate namespace25 594 — 4y
0
The old one was not exact enough HollowStreak 18 — 4y
View all comments (2 more)
0
Yeah because It did not let me edit it so I made this HollowStreak 18 — 4y

Answer this question