Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

so that Position works in its right place ?

Asked by 5 years ago
Part = Instance.new("Part",game.Workspace)
Part.Position = Vector3.new(3308, 2177.5, -367.5)
Part.Size = Vector3.new(18, 1, 29)

so that Position works in its place who can help me fix it

0
Please explain your problem some more? Is it popping on top of conflicting objects? If so, it is recommended you use Part.CFrame for this solution. You'll want to change part side before defining the position in CFrame after adjusting its size. https://developer.roblox.com/en-us/articles/Understanding-CFrame M39a9am3R 3210 — 5y

Answer this question