if checkTable(admins,player)then if string.lower(string.sub(message,1,7)) == "points/" then -- HEY WHAT SHAKING BACKING players = game.Players:GetPlayers() for i,v in pairs(players) do local pname = string.lower(v.Name) if string.find(string.sub(message,8),pname) then a = game.GetService("ServerStorage").PlayerData:FindFirstChild(v.userId) a:FindFirstChild("Points").Value = a:FindFirstChild("Points").Value + 50 end end end end