Started by
lilCthulhu
on
Topic category: Help with MCreator software
Tried so many way to make it work but the animation just doesnt play. Tried calling another procedure in case this is only server side but still doesnt work.
Edited by lilCthulhu on Thu, 09/15/2022 - 08:35
Solved just changed world.isclientside() to true in code and it works 👍
where did you find "world.isclientside() and how do i set it to true?
@ActualWBonnie, it's called "is provided world remote(cliet-side)"
So if i do "is provided world remote(cliet-side) = true" would that work?
@lilcthulu How do you do that???
Somebody tried this to confirm ?
As it says, just change "world.is client side()" to "true", nothing more
Something like that:
BEFORE
if (world.is Client Side())
AFTER
if (true)