|
| 14 Mar 2016 02:02 PM |
Rank = script.Parent.Parent.Rank level = script.Parent.Parent.Level.Level.Level
---ranking system----- function ranksystem() if level.Value == 1 then Rank.Text = "OH" end end
Not sure what's wrong |
|
|
| Report Abuse |
|
|
DoTehAlan
|
  |
| Joined: 13 Feb 2011 |
| Total Posts: 626 |
|
| |
|
|
| 14 Mar 2016 02:04 PM |
like this?
Rank = script.Parent.Parent.Rank level = script.Parent.Parent.Level.Level.Level
---ranking system----- function ranksystem() if level.Value == 1 then Rank.Text = "OH" end end ranksystem()
still didn't work prob did something wrong |
|
|
| Report Abuse |
|
|
| |
|
DoTehAlan
|
  |
| Joined: 13 Feb 2011 |
| Total Posts: 626 |
|
|
| 14 Mar 2016 02:12 PM |
| Try putting Rank.Text = "OH" on a new line |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2016 02:13 PM |
| What are you trying to do with this script? |
|
|
| Report Abuse |
|
|
Scerzy
|
  |
| Joined: 27 Dec 2010 |
| Total Posts: 1082 |
|
|
| 14 Mar 2016 02:15 PM |
Is the level a value? If it is then put script.Parent.Level.Level.Level.Value
I don't know about rank but if its a value then do the same. |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2016 02:15 PM |
didn't work @ teh, and secret when you level up the text changes for the label.
simple |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2016 02:17 PM |
Rank = script.Parent.Parent.Rank level = script.Parent.Parent.Level.Level.Level.Value
---ranking system----- function ranksystem() if level.Value == 1 then Rank.Text = "OH" end end ranksystem()
still not working |
|
|
| Report Abuse |
|
|
Scerzy
|
  |
| Joined: 27 Dec 2010 |
| Total Posts: 1082 |
|
|
| 14 Mar 2016 02:17 PM |
| You first have to determine if it's a value before putting "Value"... Is it a value? |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
| |
|
| |
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
|
| 14 Mar 2016 02:22 PM |
| If there is no output then your script isn't running. That last script you posted would have generated an error |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2016 02:22 PM |
| anyone wanna go in team create and help me? |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
| |
|
Scerzy
|
  |
| Joined: 27 Dec 2010 |
| Total Posts: 1082 |
|
| |
|
DoTehAlan
|
  |
| Joined: 13 Feb 2011 |
| Total Posts: 626 |
|
|
| 14 Mar 2016 02:26 PM |
| You've put .Value in the variable and again when you say level.Value |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2016 02:29 PM |
| hold up nvm I needa fix some crap |
|
|
| Report Abuse |
|
|