Hello! I’m trying to make a Battle Shop, but for some reason this script keeps popping up
09:39:55.230 GamePassStore is not a valid member of Player "Players.NubblyFry" - Client - ClickRedgerect:2
09:39:55.233 Stack Begin - Studio
09:39:55.234 Script 'Players.NubblyFry.PlayerGui.BattleShop.BattleShopFrame.GamePassShopButton.ClickRedgerect', Line 2 - Studio - ClickRedgerect:2
09:39:55.235 Stack End - Studio
Here is the redirect script
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.Parent.GamePassStore.Frame.Visible = true
script.Parent.Parent.Parent.Parent.Parent.GamePassStore.TextButton.Visible = true
script.Parent.Parent.Visible = false
script.Parent.Parent.Parent.TextLabel.Visible = false
end)