chubbs21
|
  |
| Joined: 31 Dec 2008 |
| Total Posts: 18991 |
|
| |
|
breuning
|
  |
| Joined: 30 Oct 2008 |
| Total Posts: 4268 |
|
| |
|
chubbs21
|
  |
| Joined: 31 Dec 2008 |
| Total Posts: 18991 |
|
|
| 23 Dec 2012 10:49 AM |
Something like a sword that on touch, freezes someone?
~Chubbs21 |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2012 10:57 AM |
script.Parent.Equipped:connect(function(m) p = game.Players.LocalPlayer script.Parent.Handle.Touched:connect(function(h) if h.Parent:findFirstChild("Humanoid") and h.Parent.Name ~= p.Name then for _,v in pairs(h.Parent:GetChildren()) do v.Transparency = .4 v.BrickColor = BrickColor.new("Bright blue") v.Anchored = true end end end) end)
try this in a localscript d: |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2012 11:07 AM |
script.Parent.Handle.Touched:connect(function(h) h.Parent.Torso.Anchored = true end)
|
|
|
| Report Abuse |
|
|
chubbs21
|
  |
| Joined: 31 Dec 2008 |
| Total Posts: 18991 |
|
|
| 23 Dec 2012 11:11 AM |
hmm What I need exactly is a sword that 1. Lunges, slashes, and does damage once hit 2. freezes people if it simply touches them 3. waits 5 seconds 4. unfreezes them
~Chubbs21 |
|
|
| Report Abuse |
|
|
hibill1
|
  |
| Joined: 20 Jan 2010 |
| Total Posts: 32859 |
|
| |
|
chubbs21
|
  |
| Joined: 31 Dec 2008 |
| Total Posts: 18991 |
|
|
| 23 Dec 2012 11:24 AM |
Ice dagger freezes people???
~Chubbs21 |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2012 11:35 AM |
| Yes, but doesn't it also kill them? I suggest diving into the script and change the damage to 0. |
|
|
| Report Abuse |
|
|