Started by
ecliplips45
on
Topic category: Help with Minecraft modding (Bedrock Edition)
so i am trying to make an among us body system so when a player is killed it will spawn a block "a body" and then once a player brakes the body it teleports all the players to a location
i had an idea but im not quite sure how to do it, when a player is hit with an item it sets off a procedure which will teleport a block to the player that was hit then after one tick it kills the player. I'm not sure how to set this up if anyone could help i would appreciate it. thanks
if there is a better way to do this let me know
On entity hurt global trigger -> check if source entity has desired item in hand -> if so -> teleport event entity
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
thanks for the help i will check out the tutorials