04-18-2011, 07:22 PM
Okay i just hacked sfoth original lololol. And i need a script to put in the code to make it so i can kill anyone just by touching them with my sword..Can someone help?
Helppp
|
04-18-2011, 07:22 PM
Okay i just hacked sfoth original lololol. And i need a script to put in the code to make it so i can kill anyone just by touching them with my sword..Can someone help?
04-18-2011, 07:30 PM
function OnTouch(Hit)
if Hit.Parent ~= script.Parent.Parent then Hit.Parent.Humanoid.Health =0 end script.Parent.Touched:connect(OnTouch) Is that right?
04-18-2011, 07:33 PM
^^ That will do
|
« Next Oldest | Next Newest »
|