A tool i made isnt going on my arm

im making a tool for a game i making, and the tool is not going to my hand and is just staying where i left it, the tool and its contents are not anchored and i dont want to use a plugin either, please help, i got this script from a tutorial but it doesnt seem to be working, and all attempts i made does not work

local tool = script.Parent
local handle = tool.HandleR
local grip = handle.Grip

tool.Grip = grip.CFrame

image

1 Like

For tools to properly attach to your arm, the handle needs to be called “Handle”

1 Like