Hello i have a question. Why my script isn't working?
local GroupId = 14223507 local AllowedRank = 244 game.Players.PlayerAdded:Connect(function(Player) Player.Chatted:Connect(function(chat) if chat =="!Host" and Player:GetRankInGroup(GroupId) >= AllowedRank then game.StarterGui.ScreenGui.Host.Text = Player.Name end end) end)
Please Help.
Thanks Everyone