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

Broken Script, Help?

Asked by
Belvari 15
8 years ago

Hi, I'm trying to make a script that display's the current song (cursong) upon the screen with a screen gui, But, I keep having issues and it doesn't want to work. Here's what I got.

local info = game.workspace.part.surfacegui.cursong:InvokeServer()
if info ~= nil then
    script.Parent.TextLabel.Text = "Now Playing: " .. info
end

Answer this question