Vector3 relative to torso position help?
01 | local p = Instance.new( "Part" ) |
02 | p.Position = handle.Position + Vector 3 ( 0 , 5 , 0 ) |
03 | p.TopSurface = "Smooth" |
04 | p.BottomSurface = "Smooth" |
05 | p.Shape = Enum.PartType.Ball |
06 | p.Size = Vector 3. new( 0.7 , 0.7 , 0.7 ) |
10 | p.BrickColor = BrickColor.new( "Black" ) |
So basically this part gets launched using body velocity. handle is player's torso, vector3 won't work and I have no idea how to use this properly, I've searched the ROBLOX wiki but they're unhelpful as always ;-; help is very much appreciated!!