Like this but when the player actually equips the tool.
Thank you for reading this!
If you can help I’ll appreciate it!
Like this but when the player actually equips the tool.
Thank you for reading this!
If you can help I’ll appreciate it!
If you added a script to do it maybe duplicate that script and try to put it on the left arm.
Ik how to change arms but what i dont know is the script for it actually weld to my arm every time I equip the tool.
the script that you put into it. maybe the script is wrong. did you try adding a local or module script it maybe might work. I never did this kind of stuff before… so these are some of my ideas.
No yeah thank you but i dont have a script yet becaus i dont know how to do it loll
yeah i saw that but that only talks about actualy weapons and stuff, what i am trying to find is how to weld that piece to my body when i equip the tool
Yeah that doesnt help me… thank you tho.
This post was flagged by the community and is temporarily hidden.
Oh wait i did this 5 months ago… but i can write custom code for you too.
You can just put a weld
in the handle and when you equip it you just position it to the LeftGripAttachment
s position and Then weld it.
Edit: i’ll whip something up
Or you can just move the weld that roblox creates when you equip something.
Before:
Equipped:
I learned something.
Use it like this ^
script.Parent.Equipped:Connect(function()
local RH = script.Parent.Parent.RightHand
local LH = script.Parent.Parent.LeftHand
RH:WaitForChild("RightGrip").Parent = script.Parent.Parent.LeftHand
LH.RightGrip.Name = "LeftGrip"
LH.LeftGrip.Part0 = LH
end)
Looks ugly but it’ll do.
Sorry for late reply.
can you add my discord
daniiel.perrez#3260
How do i actually get the item to spawn in my arm when i equip the tool?
NeverMind i just figured out what I have to do.
Can u still ad my discord just incase i need more help because its ust spawning on my left hand not upper arm how can i fix that