redditing Posted June 22, 2020 Share Posted June 22, 2020 So I have a question, I have a model to import but I would like this object was only visible in a specific dimension. How can I do this? Link to comment
Moderators Patrick Posted June 22, 2020 Moderators Share Posted June 22, 2020 Load the model when player is in that dimension, and unload if not. Link to comment
Hydra Posted June 22, 2020 Share Posted June 22, 2020 local myObject = createObject(...) setElementDimension(myObject, dimension) 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now