(Answered) Script Doesn't Do Anything, Not Even Print The First Line?
Asked by
6 years ago Edited 6 years ago
Today I've been working on a pending list in my game, I couldn't figure out where my script was break so I decided to type print "test" in a few places until I realized that the script isn't doing anything?
4 | if game.Workspace.MusicGenerator:FindFirstChild( "" ..game.Workspace.MusicScript.FolderNumber.Value.. "" ) then |
6 | local CurrentId = game.Workspace.MusicGenerator [ "" ..game.Workspace.MusicScript.FolderNumber.Value.. "" ] .SongId.Value |
7 | script.Parent.Text.Value = "Current Song ID Being Played: " ..CurrentId.. "" |
I ran this script and checked the output and none of the prints worked?
I Also Checked The Script's Properties And It Is Not Disabled. The Script Is Located In a textlabel, located in a Frame, located in a screen gui, located in StarterGui.
Someone Please Help!