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

Is it possible to make a tool with two parts?( (read desc)

Asked by 4 years ago

So I have a donut tool with two parts one is called icing and other is called Handle how do I make it where the player has both in its hand because when item is in the hand the icing shows up on the baseplate is there a script or how do I do this??

I tired added this to a script but I don't think it has to do with scripts please just explain to me

-- Made By JuzeyPlayz!!!
local Tool = script.Parent;

enabled = true




function onActivated()
    if not enabled  then
        return
    end

    enabled = false
    Tool.GripForward = Vector3.new(-0.976,0,-0.217)
    Tool.GripPos = Vector3.new(.95,-0.76,1.4)
    Tool.GripRight = Vector3.new(0.217,0, 0.976)
    Tool.GripUp = Vector3.new(0,1,0)

    Tool.Icing.Eating:Play()
    Tool.Handle.Eating:Play()



        wait(4)
if script.Parent then script.Parent:Destroy() end 



end



script.Parent.Activated:connect(onActivated)
0
Shameful. all of your games are shameless cashgrabs and you call yourself a developer even though you barely understand the engine and all of your games are just free model infested excuses for games. You've already made 400-500 R$ just by using free models in a game you don't deserve to call your own. Pathetic. Lyphios 77 — 4y

2 answers

Log in to vote
1
Answered by
Lyphios 77
4 years ago

So either use a weldconstraint in the "model" tab, use a welding script, or make the "icing" and "donut" a union in the "model" tab. Are you new?

0
I am not new to roblox I am new to advance developing tho. JuzeyPlayz -83 — 4y
0
Of course you are! you don't know how to weld! Lyphios 77 — 4y
0
:( well how would I do it? JuzeyPlayz -83 — 4y
0
You don't know about welding, that's got nothing to do with advanced developing. You're clearly new to the roblox studio engine. Lyphios 77 — 4y
View all comments (5 more)
0
No I have made many games I am not new to Roblox Studio its just I cant weld they are mesh parts not parts how do I do it?? JuzeyPlayz -83 — 4y
0
Ok so go to the "Model" tab on the top of the screen, go to "constraints", and select the drop menu, and select WeldConstraint. Now, select the "weldconstraint". Now first select the donut part, then the icing part. That's how you weld that way. the second way is to highlight both the donut and the icing and then go to Model>Union. now they're a single part. Lyphios 77 — 4y
0
Its alright dude :D I got a plugin and it welds!! Thank you for teaching me that they must be welded you just saved my life! JuzeyPlayz -83 — 4y
0
;-; you don't need a plugin Lyphios 77 — 4y
0
Ok just add me on roblox, i'll show you how literally everyone else is doing things. Lyphios 77 — 4y
Ad
Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Just put Icing inside of Handle..

0
I did it did not work JuzeyPlayz -83 — 4y
0
What happened when you did it? User#34929 0 — 4y
0
The icing was just sitting on the baseplate not on the item JuzeyPlayz -83 — 4y
0
That's odd. Does it normally(Without playing) sit on the baseplate? User#34929 0 — 4y
View all comments (3 more)
0
Lol, this should be easy. Just use a weldconstraint to weld the icing to the donut Lyphios 77 — 4y
0
No when im editing it sits on the donut (Handel) part but when I play its is pn the baseplate idk what to do. JuzeyPlayz -83 — 4y
0
weld it on the donut User#34929 0 — 4y

Answer this question