this is my script and if you know how to fix it tell me how to please
1 | if game.Workspace.Songs = = nil then |
1 | if not workspace:FindFirstChild( "Songs" ) then |
2 | -- Code here |
3 | end |
If it exists then it will return true, if not then it will return false.