Lolbloxs
|
  |
| Joined: 26 Aug 2010 |
| Total Posts: 150 |
|
|
| 17 Jul 2011 06:18 PM |
This is placed inside the starter gui it is supposed to copy it to players so it may be used for ammo sort of purposes But. the problem is it keeps copying the value everytime you die please and a string to it i would but i can not so please dont say add a string to it please fix it so it doesnt mass copy thank you -------------------
char = script.Parent.Parent
local e = Instance.new("IntValue") e.Name = "power" e.Value = 1000 e.Parent = char
|
|
|
| Report Abuse |
|
|
Lolbloxs
|
  |
| Joined: 26 Aug 2010 |
| Total Posts: 150 |
|
| |
|
CrniOrao
|
  |
| Joined: 12 Oct 2008 |
| Total Posts: 2274 |
|
|
| 17 Jul 2011 06:40 PM |
Try this.
And script should be in Workspace :3
function New(player) wait(2)
local e = Instance.new("IntValue") e.Name = "power" e.Value = 1000 e.Parent = player
end
game.Players.PlayerAdded:connect(New) |
|
|
| Report Abuse |
|
|
Lolbloxs
|
  |
| Joined: 26 Aug 2010 |
| Total Posts: 150 |
|
| |
|
|
| 17 Jul 2011 07:02 PM |
| I was about to say that, dude. |
|
|
| Report Abuse |
|
|