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

Help with position?

Asked by 9 years ago

I was making a wandering humanoid script, then my brain just farted and I forgot all about positions, no errors just wanted to know if this was how you did It right.(what I mean is this the right way(xzy))

while true do
    wait(5)
script.Parent.Humanoid.WalkToPoint = Vector3.new(math.random(37,77),math.random (86,123),25)
end

1 answer

Log in to vote
0
Answered by 9 years ago

The correct layout for Position is XYZ

0
lolol ChemicalHex 979 — 9y
0
Yeah, pretty bad. connor12260311 383 — 9y
Ad

Answer this question