Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you make a throwable football so when it touches a player it will kill it?

Asked by 10 years ago

Why won't it work?

function Throw()
if Football.MouseButton1Click then
Play animation(Throw)
Football.anchored = false
Football.workspace.CFrame
Football.CFrame.new(-6, 0.59, 10)
end
end
while true do
Football.anchored = false
Football.inStarterPack = true
end
if Football.onTouch.Humanoid then
Humanoid.Health = 0

Not working if you can help thanks!Oh and one more thing.Does this need to be in a localscript?

2 answers

Log in to vote
1
Answered by
Tesouro 407 Moderation Voter
10 years ago

Ahn... is that a script?

Looks very conceptual, but not Lua.

I suggest you to start the basics.

Ad
Log in to vote
1
Answered by 10 years ago

Ahn... is that a script?

Looks very conceptual, but not Lua.

I suggest you to start the basics.

Agreed, also...you forgot a connection line.

0
What are connection lines!?Don't expect me me to! iluvmaths1123 198 — 10y
0
Wait wait wait...you gave me a negative reputation because you didn't know how to do something? How is that my fault?! PropheticExtinction 75 — 10y

Answer this question