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

How do I type a vector3 value?

Asked by
lucas4114 607 Moderation Voter
9 years ago

I used 1000,1000,1000 And it didn't work, would I need "" or ()?

1 answer

Log in to vote
2
Answered by
Discern 1007 Moderation Voter
9 years ago

You would use Vector3.new(COORDINATES).

If you were to script the position of a Part, it would look something like this:

game.Workspace.Part.Position = Vector3.new(1000,1000,1000)

If I helped you, be sure to click the Accept Answer button below my character! :D

Ad

Answer this question