|
| 05 Jun 2015 01:40 AM |
elseif plyr.Backpack:findFirstChild(tostring(nameoftoolA)) ~= nil and plyr.Backpack:findFirstChild(tostring(nameoftoolA)).Value >= 2 then
Doesn't work!
It registers as the,
elseif plyr.Backpack:findFirstChild(tostring(nameoftoolA)).Value >= 0 and plyr.Backpack:findFirstChild(tostring(nameoftoolA)).Value <= 1 then
Exchange.ResponseDialog = (tostring(responseC)) |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 01:58 AM |
| FindFirstChild is capitolized incorrectly. Captilize the 'find'. |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Jun 2015 02:13 AM |
| lol, FindFirstChild is old, use findFirstChild instead,but don't worry, it works in both ways :) |
|
|
| Report Abuse |
|
|