how to get the item position #4240
-
How to get the item position, from the client's side. When I get the point of an item through the TakeItem method, it turns out not to be correct if the item has rolled off |
Beta Was this translation helpful? Give feedback.
Answered by
DanielWillett
Dec 6, 2023
Replies: 1 comment
-
Not possible as far as I know unless you're able to spawn the item serverside and simulate it but it would cause lag if you do it for every item. (Haven't looked into doing this at all but it could be possible). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SDGNelson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible as far as I know unless you're able to spawn the item serverside and simulate it but it would cause lag if you do it for every item. (Haven't looked into doing this at all but it could be possible).