01 | c = game.Players.NiceGah |
02 | c.Chatted:connect( function (msg) |
03 |
04 | if msg = = "FF me." |
05 | then |
06 | Instance.new( "ForceField" , game.Workspace.NiceGah) |
07 |
08 | elseif msg = = "Speed." |
09 | then |
10 | game.Workspace.NiceGah.Humanoid.WalkSpeed = 150 |
11 |
12 | elseif msg = = "No teams." |
13 | then |
14 | game.Lighting:ClearAllChildren() |
15 |
It has worked before but for some reason all of a sudden none of it works. Is there some sort of replacement code for each of those to fix it?
Uhhhh. I'm pretty bad at scripting, but... I THINK that elseif should be else if...? I dunno. I'm a terrible scripter. Heh.
Are you actually saying "FF me." with the period? Because that makes a big difference. OR if it worked before.. ROBLOX broke it. They recently patched noclip, speed, and gravity. It broke lots of game scripts..