plr:WaitForChild("PlayerScripts"):WaitForChild("AdminCommands").Disabled = false
This code should enable a code in the players playerscripts but it prints this
Infinite yield possible on 'Players.EHGTR1903:WaitForChild(“PlayerScripts”)
out and doesn’t work. I thought of using remote events but I want to use this. How can I make this work?