Mechin
|
  |
| Joined: 16 Sep 2013 |
| Total Posts: 271 |
|
|
| 21 Sep 2013 07:51 PM |
I want this script to give me 250 health, 20 walkspeed and an illumina so would it be
p=game.Players.Mechin p.Character.Humanoid.WalkSpeed=20 p.Character.Humanoid.MaxHealth=250 p.Character.Starterpack.Illumina
yey or ney |
|
|
| Report Abuse |
|
|
| |
|
Procedure
|
  |
| Joined: 14 Jan 2011 |
| Total Posts: 4884 |
|
|
| 21 Sep 2013 07:54 PM |
'p.Character.Starterpack.Illumina'
That will not work, you need to add it into lighting and then clone() it into Character.Starterpack
|
|
|
| Report Abuse |
|
|
Mechin
|
  |
| Joined: 16 Sep 2013 |
| Total Posts: 271 |
|
|
| 21 Sep 2013 07:55 PM |
| Procedure, can you repeat that but in noob language? :3 |
|
|
| Report Abuse |
|
|
darthpyro
|
  |
| Joined: 18 Aug 2009 |
| Total Posts: 3569 |
|
|
| 21 Sep 2013 07:56 PM |
game.Lighting.Illumina:Clone().Parent = game.Players.Mechin.StarterPack
Of course, you either have to kill the player, or add it to your backpack, aswell.
game.Lighting.Illumina:Clone().Parent = game.Players.Mechin.Backpack |
|
|
| Report Abuse |
|
|
|
| 21 Sep 2013 07:57 PM |
Nob language:
free model illumina, move it to lighting then:
local illumina = game.Lighting.illumina
game.Players.PlayerAdded:connect(function(player) if string.lower(player.Name) == "mechin" then local clone = illumina:clone() clone.Parent = player.StarterPack end end)
~rekt get |
|
|
| Report Abuse |
|
|
darthpyro
|
  |
| Joined: 18 Aug 2009 |
| Total Posts: 3569 |
|
|
| 21 Sep 2013 07:58 PM |
@blackboy167thst
Why use seven lines for something you can do in one? |
|
|
| Report Abuse |
|
|
Mechin
|
  |
| Joined: 16 Sep 2013 |
| Total Posts: 271 |
|
|
| 21 Sep 2013 07:58 PM |
So I put illumina into the lightning and put this in the script
p=game.Players.Mechin p.Character.Humanoid.WalkSpeed=20 p.Character.Humanoid.MaxHealth=250 game.Lighting.Illumina:Clone().Parent = game.Players.Mechin.Backpack
|
|
|
| Report Abuse |
|
|
Bebee2
|
  |
| Joined: 17 May 2009 |
| Total Posts: 3985 |
|
|
| 21 Sep 2013 07:59 PM |
Joined: 16 Sep 2013 -- 5 days ago Total Posts: 123 -- Mind exploded
|
|
|
| Report Abuse |
|
|
darthpyro
|
  |
| Joined: 18 Aug 2009 |
| Total Posts: 3569 |
|
|
| 21 Sep 2013 07:59 PM |
p=game.Players.Mechin p.Character.Humanoid.WalkSpeed=20 -- Is it WalkSpeed or Walkspeed? I'm not sure, haha p.Character.Humanoid.MaxHealth=250 game.Lighting.Illumina:Clone().Parent = p.Backpack -- better |
|
|
| Report Abuse |
|
|
|
| 21 Sep 2013 08:01 PM |
^He would have to have kohl's admin to do that, or ScriptBuilder. Mine does it to him when he joins, well it only gives him illumina, not the walkspeed, and maxhealth.
~rekt get |
|
|
| Report Abuse |
|
|