Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Trying to do script where player gets muted, but its not working, Whats wrong?

Asked by 5 years ago

Im making a game but the same person keeps bullying players so i want to mute him but my script wont work

game.Players.PlayerAdded:Connect(function(plr)
if plr.Name=="Banned User" then
DisableChatCoreGui
0
Did you forget to add "end" at the end of the if-then function? RAYAN1565 691 — 5y

Answer this question