KCNx12
|
  |
| Joined: 09 Jul 2008 |
| Total Posts: 3230 |
|
|
| 03 Sep 2012 10:45 AM |
allowedPlayers = {"aleco", "DandyDino2", "sstarnes3","KCNx12"}
function CapeCheck(name) for i = 1, #allowedPlayers do if string.upper(name) == string.upper(allowedPlayers[i]) then return true end end return false end
if CapeCheck(script.Parent.Parent.Name) then
while script.Parent ~= nil do wait() local cape = script.Capes cape.Parent = script.Parent cape.Disabled = false script.Disabled = false end
end
It works fine in Test mode. Not in online mode >.<
Roblox and their stupid idea to put numbers after "Player" |
|
|
| Report Abuse |
|
KCNx12
|
  |
| Joined: 09 Jul 2008 |
| Total Posts: 3230 |
|
|
| 03 Sep 2012 10:51 AM |
| Output does not say anything. |
|
|
| Report Abuse |
|