Greetings! I’m making a chat command, and ran into a problem; The script works sometimes, but others it doesn’t. Here’s the code snippet (not the full one, nothing else is the problem)!
elseif (string.lower(Message) == '/e cmds' and Configuration.Moderators[Player.UserId]) then
Player.PlayerGui:WaitForChild("Dashboard").Enabled = true
end
I’ve used pcall, but it still doesn’t work. Wonder why?