You need this to you world

World Code

Tags:

Command, New Feature

Creator:

Bloxd_Code_Helper

Code:

function onPlayerJoin(playerId) {
    api.setDirectionArrow(playerId, "shop1", [-49.50, 1.00, 141.50], ["Restaurant 🏪"], true)

    api.setDirectionArrow(playerId, "shop2", [-26.52, 8.00, 94.68], ["Kitchen 👨‍🍳"], true)
}

Instructions:

Paste code in world code.

Change Kitchen 👨‍🍳 and Restaurant 🏪 for the name you want

Change -49.50, 1.00, 141.50 and -26.52, 8.00, 94.68 for pos you want

Credits: NotyZipYT
Subscribe him! @NotyZipYT_ofc

You can get more DirectionArrow!! Simply copy the `api.setDirectionArrow` statement up to `true)` and paste it before the `}`.