Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
|
| 12 Jul 2014 04:43 PM |
There was lots of math to be done before guns could be started but I just did all of it and the foundation works perfectly.
time to script some hottttt guns now :D |
|
|
| Report Abuse |
|
|
HD188753
|
  |
| Joined: 13 Jun 2012 |
| Total Posts: 5021 |
|
| |
|
| |
|
Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
|
| 12 Jul 2014 04:49 PM |
yeah im so happi
i love scripting guns |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Jul 2014 04:53 PM |
"i love scripting guns"
*hands unclear recover's guns so he'll script them* |
|
|
| Report Abuse |
|
|
Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
| |
|
|
| 12 Jul 2014 04:54 PM |
i spent like an hour trying to make them work, it kept falling apart i have no idea how to script a gun at all |
|
|
| Report Abuse |
|
|
Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
|
| 12 Jul 2014 04:55 PM |
| sounds like a welding issue |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2014 04:56 PM |
probably considering i did nothing involving welds though i did try inserting a weld object into each part that did nothing |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2014 04:57 PM |
you had me at math but lost me at hurdle |
|
|
| Report Abuse |
|
|
ezaiahs
|
  |
| Joined: 28 Jun 2011 |
| Total Posts: 18613 |
|
| |
|
Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
|
| 12 Jul 2014 05:04 PM |
weld objects have several properties so you need to set those too
let me outline them for you....
Part0 -> This is the SOURCE part; basically the weld will keep another part a set CFrame away from the SOURCE part, and you are defining what the SOURCE part is. Part1 -> This is the OFFSET part; basically the weld will keep another part a set CFrame away from the SOURCE part, and you are defining what the OFFSET part is. C0 -> This is the offset from the source part. C1 -> This is the offset from the offset part.
So for example, if I wanted to weld two parts together... local Create = LoadLibarary("RbxUtility").Create local Part0 = Create("Part")({Parent = workspace}) local Part1 = Create("Part")({Parent = workspace}) Create("Weld")({ Parent = game.JointsService, Name = "NewWeld", Part0 = Part0 , Part1 = Part1, C0 = Part0.CFrame * Part1.CFrame:inverse() }) |
|
|
| Report Abuse |
|
|
Unclear
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 17060 |
|
|
| 12 Jul 2014 05:06 PM |
| a hurdle is something to overcome |
|
|
| Report Abuse |
|
|
HD188753
|
  |
| Joined: 13 Jun 2012 |
| Total Posts: 5021 |
|
| |
|
|
| 12 Jul 2014 05:08 PM |
math.huge()
"The Heart of Gold comes from the Soul of Supremacy" - Gingie from Shrek | The Biscuit Of '99 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2014 05:15 PM |
wow ok that kind of went over my head my scripting ability allows me to take existing scripts and heavily manipulate them to fit my needs, as well as basic stuff like changing the properties of parts and moving them when something happens
what i got out of that was basically i need to insert a script into the tool that utilizes the weld objects
uh yeah i have no idea lol sorry i'm going to have to get someone else to do this. i'm under-qualified.
ty though, stuff like that helps me learn new stuff even if it isn't a lot that i learn |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2014 05:15 PM |
we should name one of the guns... The 987
in dedication to me -_- |
|
|
| Report Abuse |
|
|
darkwisp
|
  |
| Joined: 07 Apr 2010 |
| Total Posts: 22653 |
|
|
| 12 Jul 2014 05:16 PM |
"i love scripting guns"
u r a freak
guns are the reason i made my clan a wizard guild
But seriously, join The Collision. |
|
|
| Report Abuse |
|
|