Hey Guys! I’m Currently doing a Commission and I am reaching an error
I am just trying to make a simple clothing choice and I am Getting this Weird Error
The error code is PlayerScripts is not a valid member of Player
I have tried doing WaitForChild Incase it was running before the Scripts Finished Loading in.
Here is the Code
script.Parent.Parent.Parent.Parent.Union.Start.MouseClick:Connect(function(player)
script.Parent.Parent.Enabled = not script.Parent.Parent.Enabled
player.PlayerGui.Controls.Main.Visible = true
player.PlayerScripts.Keybinds.Disabled = false --This is What is Erroring out
end)