#How can i make the cloned parts position be like 1 stud forward?

29 messages · Page 1 of 1 (latest)

frosty oracle
#
                        HitFX.Position = v.Parent.Torso.CFrame.Position
willow arrow
frosty oracle
#

danke :D:D:D:Sadipkajduiashdas

#

wait lemme try it first

#

alr thanks

languid stratusBOT
#

studio** You are now Level 4! **studio

summer cloak
#

Easier method is just changing the Z axis

#

-z axis is forwards, positive is backwords

frosty oracle
#

yeah i want that too if thats possible

summer cloak
#
local Part = Instance.new("Part")

local HRP = ...

Part.Position = HRP.Position + Vector3.new(0, 0, -1) --Goes forwards by 1 stud
frosty oracle
#

how can do the same with the orientition?

willow arrow
summer cloak
#

But I forgot that could happen tbh

willow arrow
willow arrow
summer cloak
#

I'm unfamiliar with this approach so I'm just wondering

willow arrow
#

it moves it more forward

summer cloak
#

by 2 studs or just in general?

willow arrow
#

just in general

#

no idea if it's 1:1 with studs

summer cloak
#

I'm gonna guess not but I could be wrong

willow arrow
#

you can use lookvector*number for rays also (no idea whether you know this or not)

#

multiplying by a number makes it go further

summer cloak
#

It seems to be 1:1

#

I've been moving the dummy around