|
| 20 Feb 2016 09:26 AM |
I have a script that uses an int value called player. this is the code
if script.Parent.players.Value < 1 then
end
What is that not working. the error says that it is trying to compare player-data to an int. |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2016 09:28 AM |
"called player." >'.players.Value'
? |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2016 09:30 AM |
what classname is "players"
#code print("This signature was created using Roblox+, get yours now at the chrome web store!") |
|
|
| Report Abuse |
|
|
adzz123
|
  |
| Joined: 11 Jun 2011 |
| Total Posts: 260 |
|
|
| 20 Feb 2016 09:30 AM |
It's a troll.
There are 10 types of people in this world. Those that understand binary and those that don't. |
|
|
| Report Abuse |
|
|
|
| 20 Feb 2016 09:37 AM |
"called player"
well then
if script.Parent.player.Value < 1 then
end
op if you don't know how to spell things right scripting will be hard for you
This siggy is copyrighted ©
|
|
|
| Report Abuse |
|
|
|
| 20 Feb 2016 09:42 AM |
| I miss typed into the post but the thing is it worked before today and now that same code dose not work. The class name is IntValue |
|
|
| Report Abuse |
|
|