Posts: 1,959
Threads: 140
Joined: Apr 2011
Reputation:
0
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?
Posts: 1,959
Threads: 140
Joined: Apr 2011
Reputation:
0
function OnTouch(Hit)
if Hit.Parent ~= script.Parent.Parent then
Hit.Parent.Humanoid.Health =0
end
script.Parent.Touched:connect(OnTouch)
Is that right?
Posts: 1,959
Threads: 140
Joined: Apr 2011
Reputation:
0
ahhh. yay. everyone will die . muahaha
Posts: 1,959
Threads: 140
Joined: Apr 2011
Reputation:
0
kayascod and the original.