Answers for "roblox make part appear in front of player"

0

roblox make part appear in front of player

local offset = Vector3.new() -- in your case, Vector3.new(0,0,5), or something like that
Part.CFrame = root.CFrame*CFrame.new(offset) -- should offset while keeping rotations of root.CFrame
Posted by: Guest on June-26-2021

Browse Popular Code Answers by Language