local RS = game:GetService("ReplicatedStorage")
local remote = RS:WaitForChild("RasenganRemote")
remote.OnServerEvent:Connect(function(player)
print(player.Name)
local ras = RS.SkillsFolder.Skills.Rasengan.Part.Rasengan:Clone()
ras.Parent = player.Character["Right Arm"]
ras.Position = ras.Position - Vector3.new(0,1,0)
local hitbox = Instance.new("Part")
hitbox.Parent = player.Character
hitbox.Transparency = .5
hitbox.CanCollide = false
hitbox.Massless = true
hitbox.CFrame = player.Character["Right Arm"].CFrame
hitbox.Size = Vector3.new(1.255, 0.752, 1.325)
local weld = Instance.new("WeldConstraint")
weld.Part0 = player.Character["Right Arm"] * CFrame.new(0,-1,0)
weld.Part1 = hitbox
weld.Parent = hitbox
end)
anyone can help me why i cannot position the hitbox? i asked for help in a br server but they just roasted me instead of helping, yes ik im bad but im trying