𝕛𝕠𝕚𝕟 𝕞𝕪 𝕕𝕚𝕤𝕔𝕠𝕣𝕕 𝕤𝕖𝕣𝕧𝕖𝕣 𝕙𝕖𝕣𝕖 / discord
local hand = workspace:WaitForChild("MilkOrCookiez13"):WaitForChild("HandInvItem")
for _,v in pairs(getconnections(hand.Changed)) do
v:Disable()
end
game:GetService("RunService").RenderStepped:Connect(function()
if hand and hand.Parent then
hand.Value = "wood_sword"
end
end)
hand.Value = "wood_sword"
INTRUCTIONS: to use, the milkorcookies username is a placeholder. Type the username of the person who u want to record building with their sword. in handvalue the default is "wood_sword". If they are using a diamond sword for example then you change it to "diamond_sword".