of     1   

LuigiFan
#209378Saturday, October 27, 2007 3:46 AM GMT

Well my script and error for it are below, help if you can... print("WOOOO TEH SCRIPT WORKED!!!") permission = {"LuigiFan"} function checkOkToLetIn(name) for i = 1,#permission do if (string.upper(name) == string.upper(permission[i])) then return true end end return false end function onChatted(msg, recipient, speaker) local source = string.lower(speaker.Name) msg = string.lower(msg) if not (checkOkToLetIn(source)) then return end if (msg == "invincible") then local p = game.Workspace:findFirstChild(speaker.Name) p.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999 p.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999 end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect end function(msg, recipient) onChatted(msg, recipient, newPlayer) end game.Players.ChildAdded:connect(onPlayerEntered) Heres the error : Workspace.Command Scripts *DONT UNGROUP*.Commands:27: function arguments expected near 'end' =P-LuigiFan-=P
Anaminus
Top 100 Poster
#209600Saturday, October 27, 2007 8:43 AM GMT

print("WOOOO TEH SCRIPT WORKED!!!") permission = {"LuigiFan"} function checkOkToLetIn(name) for i = 1,#permission do if (string.upper(name) == string.upper(permission[i])) then return true end end return false end function onChatted(msg, recipient, speaker) local source = string.lower(speaker.Name) msg = string.lower(msg) if not (checkOkToLetIn(source)) then return end if (msg == "invincible") then local p = game.Workspace:findFirstChild(speaker.Name) p.Humanoid.MaxHealth = (2^30) p.Humanoid.Health = (2^30) end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) end game.Players.ChildAdded:connect(onPlayerEntered) --------------------------------------- ?-Anaminus-?
Logisticall
#79815964Wednesday, October 10, 2012 3:04 AM GMT

thx@ana
thedeathmaster01
#79816121Wednesday, October 10, 2012 3:07 AM GMT

**Stawp** necro-bumping them.

    of     1