Bonsai Posted July 14, 2017 Share Posted July 14, 2017 Hey, it seems to be impossible to create water in a different dimension than 0? Is there a way to move it to another dimension? On my server, dimension 0 is not used at all, so I cannot create water because of that as it seems. Bonsai Link to comment
Simple0x47 Posted July 14, 2017 Share Posted July 14, 2017 Have you tried changing it's dimension by using setElementDimension? Link to comment
Bonsai Posted July 14, 2017 Author Share Posted July 14, 2017 13 minutes ago, Uknown. said: Have you tried changing it's dimension by using setElementDimension? Yes, it stays the same :c Link to comment
Simple0x47 Posted July 14, 2017 Share Posted July 14, 2017 The only thing I can think off would be checking if you could modify by using OOP the dimension like this. local water = createWater( ... ) water.dimension = 1 I'm not sure if it would work, but at least give it a try. Link to comment
Captain Cody Posted July 14, 2017 Share Posted July 14, 2017 make sure the water is created client sided. 1 Link to comment
Bonsai Posted July 16, 2017 Author Share Posted July 16, 2017 So it only works clientside to create water in different dimensions? I couldn't test it yet but that might be a solution then. 1 Link to comment
Captain Cody Posted July 16, 2017 Share Posted July 16, 2017 Server side water seems to be extremely glitchy for some reason. 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