The title pretty much sums it up heres what I tried:
CFrame = CFrame + Vector3.new(0, 10, 0)
The title pretty much sums it up heres what I tried:
CFrame = CFrame + Vector3.new(0, 10, 0)
Position = Position + Vector3.new(0, 10, 0)
You can use Vector3 since you’re just changing the position of the instance.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.