Im trying to make the player yell random phrases after touching a object like SCP
heres the line i currently use doesnt work at all this is in a server Script
game.Chat:Chat(player.Character.Head, Strings[math.random(1, #Strings)]
heres the Strings
local Strings = {'HELLO COMRAD!', '????? ????????!', '????? ?????? ?? ??????. ???? - ??? ???!', '???? ?????? ???? ?????????!'}
GetService(_Chat_)_Chat(player.Character.Head, Strings[math.random(1,_
that fixed it