|
| 18 Aug 2015 10:23 PM |
I'm getting so frustrated, I'm trying to help someone make a custom chat and I did this
if player.userId == 25444514 or 43400802 then newLine.TextColor3 = Color3.new(255/255,0,40/255) elseif player.userId ~= 25444514 or 43400802 then newLine.TextColor3 = Color3.new(0,0,0) end
It's supposed to make the chat red if your user id is that or that, but it makes it red no matter what user id you have..... |
|
|
| Report Abuse |
|
76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 18 Aug 2015 10:23 PM |
k
i notice its not in a text format k |
|
|
| Report Abuse |
|
CrowClaws
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 4466 |
|
|
| 18 Aug 2015 10:23 PM |
if player.userId == 25444514 or player.userId == 43400802 then
|
|
|
| Report Abuse |
|