|
| 01 Sep 2015 09:56 PM |
| How would i get the text that was edited... and refresh the Message that is being taken |
|
|
| Report Abuse |
|
|
gooey333
|
  |
| Joined: 24 Mar 2013 |
| Total Posts: 1208 |
|
| |
|
|
| 01 Sep 2015 09:59 PM |
ok so if i do
if string.sub(Message,1,2) == "&4" then netipz.Text = string.gsub(Message,"&4","") netipz.TextColor3 = Color3.new(170/255,0,0) end how would i refresh it so this works with it
local h, hy = string.find(Message,"&h") if h~= nil then if string.sub(Message,h,hy) == "&h" then netipz.TextStrokeTransparency = 0
netipz.Text = string.gsub(Message,"&h","") end end |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 02 Sep 2015 04:47 PM |
Could you explain it a bit better? I would gladly help, I just can't really understand what you're saying
Ratatat is life |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 05:58 PM |
| I mean, when if u use a string.gsub how would u refresh the message editted so your able to edit with gsub again with different functions> |
|
|
| Report Abuse |
|
|
| |
|
jashwa
|
  |
| Joined: 08 Feb 2010 |
| Total Posts: 378 |
|
|
| 02 Sep 2015 07:13 PM |
| No one has any idea what the fu** your talking about including me, sorry. |
|
|
| Report Abuse |
|
|
| |
|