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

Electric Blast isn't working?

Asked by 9 years ago

I made an electric blast that gets bigger when you equip, then click with the tool.

It does get bigger, but it just falls through the ground.

This script is a regular script inside the tool (And be sure to read the green comments):

function onClick()
    script.Parent.Handle.Size = Vector3.new(30,30,30)
    script.Parent.Anchored = true -- After first test, I tried adding this, but nothing really changed.
end

script.Parent.Activated:connect(onClick)
0
Try adding a weld. And then when you shoot the blast, break the joints. EzraNehemiah_TF2 3552 — 9y
0
When you resize any welded part it becomes unwelded.. Goulstem 8144 — 9y
0
@ Goulstem , I know that, If you move, resize, rotate a weld unwelds. Use body position or body force maybe? EzraNehemiah_TF2 3552 — 9y
0
Ok, so when I change the size of a welded part, it unwelds. So how can I stop that? groovydino 2 — 9y
View all comments (2 more)
0
Is this supposed to be like a fireball thing? But electric? Operation_Meme 890 — 9y
0
I just tried to resize it so it surrounds you. groovydino 2 — 9y

Answer this question