I need assistance with correcting this script, there are no red lines, and it won't really tell me what i'm doing wrong..
Button = script.Parent:FindFirstChild("ShopButton")
GUI = game.StarterGui:FindFirstChild("Shop")
if Button.PromptButtonHoldBegan then
Button.PromptButtonHoldBegan:Connect(function()
GUI.Enabled = true
end)
end
** You are now Level 22! **