zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 06 Jul 2011 04:40 PM |
| Tried it, and the brick just fell. |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 06 Jul 2011 09:00 PM |
Bump.
Scripters! I call upon thee for help! |
|
|
| Report Abuse |
|
|
scepile3
|
  |
| Joined: 27 Feb 2009 |
| Total Posts: 260 |
|
|
| 07 Jul 2011 03:23 AM |
| >.> If it just falls, then make a seperate script to constantly move the brick above the player. =/ (also make it anchored so that it doesn't fall) |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 06:52 AM |
Resizing the part may be breaking the weld. Using a mesh should fix the problem.
p = Instance.new("Part", ch) Instance.new("BlockMesh", p) d = Instance.new("Decal", p) d.Texture = "http://www.roblox.com/asset/id?=55663565" d.Face = "Top" p.formFactor = "Custom" p.Size = Vector3.new(5,1,5) p.Transparency = 1 p.CanCollide = false w = Instance.new("Weld", p) w.Part0 = ch.Torso w.Part1 = p w.C1 = CFrame.new(0, -3.4, 0) for i=1, 3, .1 do p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1,0,1) wait() end |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 07 Jul 2011 12:37 PM |
| AFF, I tried it, but then I just get teleported under the base and fall to my death. |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 02:37 PM |
| Try changing that to w.C0 = CFrame.new(0,-3.4,0) instead. |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 07 Jul 2011 02:46 PM |
| It still teleports me under the base. :l |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 02:47 PM |
Try changing Part0 to p and Part1 to ch.Torso? I don't know why it's doing that... |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 07 Jul 2011 02:51 PM |
Still does that. And I still have the problem that I have to copypaste it from Workspace to my backpack.
I think the script hates me. :c |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 08 Jul 2011 07:09 AM |
Bumpalooyah.
Help, plsburgerz. |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 08 Jul 2011 08:16 AM |
@oxcool
Why would this:
Part = Instance.new("Part",script.Parent) Part.Name = "Handle" Part.Transparency = 1
Fix it? I already have a handle. |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 08:45 AM |
| First off, is it in a local script? |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 08:49 AM |
| Are you using a tool or hopperbin? If you are using a tool, why o.o? |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
|
| 08 Jul 2011 08:50 AM |
| A tool, because I wanted it to be liek a staff. |
|
|
| Report Abuse |
|
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 08:51 AM |
| Right, this helps. At first I thought you were using the wrong connection. Sec, lemme test. |
|
|
| Report Abuse |
|
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 08:59 AM |
| Yes, I know. I thought he was using a Hopperbin. Also, I just remembered, you need a Handle for it a tool to run. Stupid, I know.. |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
| |
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 09:15 AM |
1) Insert Part named "Handle" whilst I dance 2) Connections run 3) I continue dancing 4) ?????? 5) Profit |
|
|
| Report Abuse |
|
|