local p = game.Players.LocalPlayer
local mouse = p:GetMouse()
repeat wait() until p.Character
local c = p.Character
game:GetService("RunService").RenderStepped:connect(function()
--What does here?
end)
Ruinable, Director of the Aegis Accord.
though it's not actually that simple, because you have to modify the weld to match that cframe, despite the weld being in a different reference frame
that should get you going though