|
| 24 Jan 2013 10:24 AM |
Just as small script to make my humanoid jump around, the wiki says it's as simple as setting the variable in the humanoid for jump to true, so I did this.
x = 1 repeat wait(.3) script.Parent.Jump = true until x == 2
It works in play solo mode, not in normal play mode, suggestions? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 24 Jan 2013 12:29 PM |
| Set it to false just before you set it to true. |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Jan 2013 12:54 PM |
eat frosted flakes
~One must risk everything to find the truth. Even if the truth isn't what you want it to be, it is better than living a lie.~ |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2013 02:08 PM |
| That didn't fix it either Veer. |
|
|
| Report Abuse |
|
|
asimo3089
|
  |
| Joined: 19 Apr 2009 |
| Total Posts: 1184 |
|
|
| 24 Jan 2013 02:11 PM |
I've learned from this same mistake ages ago. Took forever to realize it ;_;
For whatever reason, scripts inside the player or player's parts don't run in online. Maybe it's some protection thing roblox put in.
I'm assuming this script is inside Humanoid. Won't work in there. or anywhere under the character model in online.
Sorry! |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2013 02:13 PM |
| Not even as a local script? And even if it's in an NPC and not a actual player? That's a shame. |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2013 02:13 PM |
| Wait, that can't be right, I have 2 other scripts inside the NPC, and they work fine... |
|
|
| Report Abuse |
|
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
|
| 24 Jan 2013 02:13 PM |
| It's a bug at the moment, you won't get it to work. |
|
|
| Report Abuse |
|
|
asimo3089
|
  |
| Joined: 19 Apr 2009 |
| Total Posts: 1184 |
|
|
| 24 Jan 2013 02:14 PM |
| I can only get certain scripts to work under a character. It's as if it depends on what the script is doing. |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2013 02:19 PM |
| Alright, thanks. Hopefully it will start working again someday soon. Any idea how long it's been not working for? |
|
|
| Report Abuse |
|
|