xPyroniz
|
  |
| Joined: 08 Sep 2015 |
| Total Posts: 68 |
|
|
| 18 Dec 2015 07:27 PM |
Tool = script.Parent Handle = script.Parent.Handle function onActivated() Handle.Transparency = 0.3 for rasengan = 1,10 do Handle.Size = Handle.Size +Vector3.new(0.1) wait() end wait(5) Handle.Transparency = 1 for rasengan = 1,10 do Handle.Size = Handle.Size -Vector3.new(0.1) wait() end end
script.Parent.Acticated:connect(onActivated)
It is supposed to create a orb in your hand when you click the tool, then increase it's size, wait 5 seconds, and decrease it's size, then make the orb go invisible again |
|
|
| Report Abuse |
|
|
Exzeption
|
  |
| Joined: 01 Nov 2011 |
| Total Posts: 1312 |
|
| |
|
|
| 18 Dec 2015 07:30 PM |
The size data within parts is not a vector3.
Plus I don't think this would work anyway, it'd just throw your character or something since the handle's forcing itself into the player.
I recommend putting a specialmesh set to Sphere inside the handle and then using this script to modify the mesh scale since Vector3 will work in that case. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2015 07:31 PM |
WOW disregard everything I just said
Well that's what I get for not sleeping in 4 days.
*punches self*
Yea your last line is spelt wrong. That's all. |
|
|
| Report Abuse |
|
|
xPyroniz
|
  |
| Joined: 08 Sep 2015 |
| Total Posts: 68 |
|
| |
|
xPyroniz
|
  |
| Joined: 08 Sep 2015 |
| Total Posts: 68 |
|
|
| 18 Dec 2015 07:40 PM |
| Mk, so it appears now, but the problem now is that as soon as it appears, it falls out of my hand and through the ground, and my tool disappears. Anyone know how to fix? |
|
|
| Report Abuse |
|
|
| |
|
xPyroniz
|
  |
| Joined: 08 Sep 2015 |
| Total Posts: 68 |
|
| |
|
|
| 18 Dec 2015 08:06 PM |
I think 8/10 people on this forum hasn't heard of roblox wiki:
http://wiki.roblox.com/index.php?title=Weld |
|
|
| Report Abuse |
|
|