Normic
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 618 |
|
|
| 04 Apr 2013 03:03 AM |
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
I put this in a Local Script, I saved it and played the game to see if it works, it doesn't.'
What have I done wrong? |
|
|
| Report Abuse |
|
|
iStone4S
|
  |
| Joined: 07 May 2012 |
| Total Posts: 416 |
|
|
| 04 Apr 2013 03:06 AM |
| For the last time, we are not Scripting Helpers. |
|
|
| Report Abuse |
|
|
Bloxyhead
|
  |
| Joined: 12 Oct 2009 |
| Total Posts: 52 |
|
|
| 04 Apr 2013 03:07 AM |
...where did you put the localscript? like maybe you should make sure the script puts itself in players
sorry i forgot alot of stuff |
|
|
| Report Abuse |
|
|
Bloxyhead
|
  |
| Joined: 12 Oct 2009 |
| Total Posts: 52 |
|
|
| 04 Apr 2013 03:08 AM |
yup this is not scripting helpers, mebe if you go there you'll recieve more welcome sorry :3 |
|
|
| Report Abuse |
|
|
Bloxyhead
|
  |
| Joined: 12 Oct 2009 |
| Total Posts: 52 |
|
|
| 04 Apr 2013 03:11 AM |
actually here
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) script:clone().Parent = character end) end)
humanoid = script.Parent:findFirstChild("Humanoid") if humanoid ~= nil then humanoid.WalkSpeed = 150 end
yup hope that addreses teh problem every time they respawn, it will put itself in |
|
|
| Report Abuse |
|
|
Normic
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 618 |
|
|
| 04 Apr 2013 03:57 AM |
I put it in Workspace.
@bloxyhead do I put that in players or workspace, and localscript or script. |
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 04 Apr 2013 04:18 AM |
| Local scripts only works in player or character, thus there was your problem. |
|
|
| Report Abuse |
|
|
Normic
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 618 |
|
|
| 04 Apr 2013 04:23 AM |
Thank you Zars.
Sorry, I must of misread the info for this.
I thought it was for anything involving scripting. |
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 04 Apr 2013 04:24 AM |
| Mkay, thought next time go to scripting helpers. |
|
|
| Report Abuse |
|
|