Help with Chatted Script?
Hi, I appreciate everyone who helps me and my question. I have this chatted script that is fairly simple. It Gives a player a bigger head when said. Ik how to make a certain player say it and it will be done but I need this part fixed first. I do know how to do this but the output is showing no errors and idk whats wrong with it.
1 | game.Players.PlayerAdded:connect( function (player) |
2 | player.Chatted:connect( function (msg) |
3 | if msg = = "bighead" then |
4 | player.Character.Head = Vector 3. new( 1 , 50 , 1 ) |
Thanks in advance ~ iSvenDerp (P.S) It doesnt have to be a Bigger head script I just used that to help simple it out:3.