#I dont know why this script dont working

1 messages · Page 1 of 1 (latest)

mental furnace
#

local stick = script.Parent
local Torso6D = script.Parent.Handlestick.Torso6D
stick.Equipped:Connect(function()
local Torso = stick.Parent.Torso
local armR = stick.Parent["Right Arm"]
print(Torso)
print(armR)
Torso6D.Part0 = Torso
Torso6D.C0 = CFrame.new(-21.828, 3.998, -4.824)
end)

stick is tool

stuck thorn
#

what is it meant to do

mental furnace
#

R6

tame quarry
vivid aurora
#

I might be wrong, it's been a long time since I did stuff with motor6ds but if the output is empty that might be the case

zinc basin
vivid aurora