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

What's the difference between StudsOffset and StudsOffsetWorldSpace?

Asked by
ScuffedAI 435 Moderation Voter
4 years ago

These properties are apart of BillboardGui. From what I can tell, they both seem to do the same thing.

1 answer

Log in to vote
0
Answered by
Elixcore 1337 Moderation Voter
4 years ago

Hey, the difference between StudsOffset and StudsOffsetWorldSpace is that StudsOffset returns the offset of the BillboardGui relative to the Camera's Orientation, while StudsOffsetWorldSpace returns the offset relative to its Adornee (the part it's attached to)'s Orientation, in studs.

0
Think you could explain it simpler? The reason why I decide to post the question here, is because I was hoping someone would explain it simpler ScuffedAI 435 — 4y
0
Not really, all the offsets are oriented around x's offset, in case of worldspace X is the adornee's position and in the case of the other one, it's the camera's. Elixcore 1337 — 4y
0
StudsOffset moves the gui around on your screen, StudsOffsetWorldSpace moves it around in the world. You can see the difference between the two by changing one and moving your camera around. mbramblet 80 — 4y
Ad

Answer this question