|
What is Hole(Instance.new("Hole")) used for, and how do I use it? |
|
|
...
I don't think there's anything called "Hole" that you can instance. Where did you get this from? |
|
|
Looking in ReflectionMetadata. And I already tested. I parented it to my torso and it made a small black circle... here test it..
met = game.Workspace.Thunderx10.Torso
h = Instance.new("Hole")
h.Parent = met |
|
|
|
No idea... I don't think there's much use for it, seeing as when I tried it, the hole was about 0.5 by 0.5 studs. I really don't get it u_u |
|
|
I heard it sucks things into it, liek a black HOLE :3 |
|
|
I was looking in Object Browser and found it.
Some things are---------------
FaceId
InOut
RightLeft
Name
Parent
TopBottom
---------------------------------
o_e? I tested a lil and found out you can do
met = game.Workspace.Thunderx10.Torso
h = Instance.new("Hole")
h.Parent = met
h.InOut = 1
Except Idk what InOut = 1 does....? |
|
|
Didn't work that way for me... o.0 |
|
|
|
Try instancing it to a part in edit mode like I did. It has a bunch of properties and stuff. I'll try checking the wiki for any usefulness of it. |
|
|
Lol, searched it up, first thing I saw:
"As of now, the purpose of this is undiscovered"
:3 |
|
|
|
|
Also gonna try to see what RotateV is.. |
|
HavemeatJoin Date: 2008-01-08 Post Count: 18081 |
Actually, I've heard that its used to make motor joints and hinges more stable. IDK though. |
|
WK100Join Date: 2008-10-13 Post Count: 2835 |
With the current physics of ROBLOX 'stable' doesn't exist anymore O.o |
|
ApocalypsJoin Date: 2009-02-15 Post Count: 816 |
wik i.roblox.c om /inde x.php/ RBX.lua.H ole_(Object)
(delete the spaces) |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
It is just an easy way to make things like cows or dalmatians (anything with spots) than a circle mesh. |
|
|
its where you insert your thing. :3 |
|
|
It was most likely going to be used to stabilize motors, as VelocityMotors have a "hole" property |
|
|
No NO No! its just a Thing that makes a black hole, its good for making cool exaust pipes for cars. |
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
Instance.new("Hole",script.Parent)
@crazy: http://wiki.roblox.com/index.php/Hole |
|