glurbman
|
  |
| Joined: 02 Nov 2010 |
| Total Posts: 1903 |
|
|
| 15 Mar 2016 07:00 AM |
Can someone fix that pleas (: ?:
Player=game.Players.LocalPlayer Mouse= Player:GetMouse() Activate = false -------------------------------------------------------------------------------------------------------------------------------------- function Pressc(key) if (key== "c") then if (Activate==false) then sword =game.ReplicatedStorage.test:clone() sword.Parent = script.Parent.Parent.Parent.Parent.Parent.Character Activate = true elseif (Activate==true) then for _,v in ipairs(game.Players.LocalPlayer.Character:GetChildren()) do if v.ClassName == "Tool" then if v.Name == "test" then
v.remove()
Activate=false end end end Mouse.KeyDown:connect(Pressc)
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
glurbman
|
  |
| Joined: 02 Nov 2010 |
| Total Posts: 1903 |
|
|
| 15 Mar 2016 09:33 AM |
its right forum ..................
|
|
|
| Report Abuse |
|
|
|
| 15 Mar 2016 09:34 AM |
| Scripting help goes on the scripters forum :l |
|
|
| Report Abuse |
|
|
|
| 15 Mar 2016 10:04 AM |
No it doesn't..
Join Hydra Studios! |
|
|
| Report Abuse |
|
|
glurbman
|
  |
| Joined: 02 Nov 2010 |
| Total Posts: 1903 |
|
|
| 20 Mar 2016 04:55 PM |
ingnore my thread my friend HardCoreDev already fixes my stuff
|
|
|
| Report Abuse |
|
|