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

What is the number in Lua code that is a sphere?

Asked by 10 years ago

I don't know what the number'd be. Anyone help?

2 answers

Log in to vote
0
Answered by
hudzell 238 Moderation Voter
10 years ago

It's 0

0
Alright. Thanks. :) TheRings0fSaturn 28 — 10y
Ad
Log in to vote
2
Answered by
Ekkoh 635 Moderation Voter
10 years ago

It's an Enum, you can set the value 3 different ways

Part.Shape = 0
Part.Shape = "Ball"
Part.Shape = Enum.PartType.Ball

Answer this question