of     1   

antton7375
#225795216Saturday, September 30, 2017 10:08 PM GMT

so like one of those classic dbz games i was making a chat event that when the player says "ssj2" it would activate my script. heres what i did and sadly it doesnt work game:GetService("Players").PlayerAdded:connect(function(plr) plr.Chatted:connect(function(msg) if msg == "ssj2" then game.StarterPlayer.StarterCharacterScripts.LocalScript.Disabled = false end end) end) i'd like to get help and have someone correct me thank you very much
antton7375
#225795407Saturday, September 30, 2017 10:13 PM GMT

it doesnt work. bump

    of     1