FootBa11
|
  |
| Joined: 16 Sep 2008 |
| Total Posts: 11501 |
|
|
| 09 Jul 2012 08:58 PM |
This small script is parented to every player in the game. I want the script to activate, but it does not.
Is there anything wrong here?
wait(1) if script.Parent.Character.Humanoid.WalkSpeed == 0 then game.Workspace.Regen.Value = true end |
|
|
| Report Abuse |
|
|
bounty88
|
  |
| Joined: 23 Sep 2008 |
| Total Posts: 454 |
|
|
| 09 Jul 2012 09:05 PM |
| Is the Value being manipulated the correct value? By which I mean are you positive that it is a true/false value? or is it actually a number value? |
|
|
| Report Abuse |
|
|
FootBa11
|
  |
| Joined: 16 Sep 2008 |
| Total Posts: 11501 |
|
| |
|
bounty88
|
  |
| Joined: 23 Sep 2008 |
| Total Posts: 454 |
|
|
| 09 Jul 2012 09:08 PM |
| Since when is character part of a player? And what does the output say? |
|
|
| Report Abuse |
|
|
FootBa11
|
  |
| Joined: 16 Sep 2008 |
| Total Posts: 11501 |
|
|
| 09 Jul 2012 09:17 PM |
Character has ALWAYS been linked to the player in that way.
IDK how to read output :P |
|
|
| Report Abuse |
|
|
WhiteRain
|
  |
| Joined: 24 Apr 2010 |
| Total Posts: 2723 |
|
| |
|