I know I'm stupid, this is a simple fix. (But it's funny how I'm having trouble with this one.) Everytime I try, the '=' is underlined in red, help.
1 | if workspace.Okay.Value = true then |
2 | wait( 1 ) |
3 | f 1. PlayerGui.Radio.Frame.Input.Selectable = false |
4 | wait( 0.2 ) |
5 | f 1. PlayerGui.Radio.Frame.Play:Remove() |
6 | wait( 0.3 ) |
7 | f 1. PlayerGui.Radio.Frame.Input.Text = game.Workspace.Theme.SoundId |
8 | end |
LINK: https://prnt.sc/ik4iu1
I think you mean to put two equal signs.
1 | if workspace.Okay.Value = = true then |
with a if statment you always need ==