|
| 05 Sep 2011 06:04 PM |
x = script.Parent.game.Workspace.Players.Backpack.Demyx Guitar
function onTouched() wait(0.1) x.RocketScript:Remove() wait(0.1) x.SwordScript.Disabled = true wait(0.1) x.SwordScript.Disabled = false end
script.Parent.Note.Touched:connect(onTouched)
??? |
|
|
| Report Abuse |
|
|
kornawe
|
  |
| Joined: 25 Nov 2008 |
| Total Posts: 1272 |
|
| |
|
|
| 05 Sep 2011 06:06 PM |
| x = script.Parent.game.Workspace.Players.Backpack{"Demyx Guitar"] |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 06:07 PM |
woops i mean: x = script.Parent.game.Workspace.Players.Backpack["Demyx Guitar"] |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 06:07 PM |
grrrrr fail..
x = script.Parent.gamePlayers.Backpack["Demyx Guitar"] |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 05 Sep 2011 06:09 PM |
x=WUT?!?!
deb=false function onTouched() if hit:FindFirstChild("Humanoid")~=nil then if deb==false then deb=true x=game.Player:getPlayerFromCharacter(hit.Parent) wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").RocketScript:Remove() wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").SwordScript.Disabled = true wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").SwordScript.Disabled = false end deb=false end
script.Parent.Note.Touched:connect(onTouched)
I don't even know if that'll work. Your script was messed up.
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 06:09 PM |
@mrgames this is the output Players.joshrocks101.Backpack.Demyx Guitar.Note.Script:3: '=' expected near 'function'
and @ the other guy that didnt work D: |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 06:12 PM |
@nate890 heres the output ur script said Players.joshrocks101.Backpack.Demyx Guitar.Note.Script:3: '=' expected near 'deb' |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 05 Sep 2011 06:54 PM |
deb=false function onTouched() if hit.Parent:FindFirstChild("Humanoid") then if deb==false then deb=true x=game.Player:getPlayerFromCharacter(hit.Parent) wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").RocketScript:Remove() wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").SwordScript.Disabled = true wait(0.1) x.BackPack:FindFirstChild("Demyx Guitar").SwordScript.Disabled = false end deb=false end
script.Parent.Note.Touched:connect(onTouched)
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|