About 14,600 results
Open links in new tab
  1. Compass Pointing To Player: Minecraft Bedrock Add-On

    Aug 29, 2020 · Then, the ~ ~ ~ means it would set the spawn to the player. Compasses always point to the spawn, and if this command was executed every tick, anyone with a compass could track the …

  2. Compass tracker skript - skUnity Forums

    Aug 10, 2020 · So I am making a skript that tracks a player when the compass is right clicked, and I am having trouble with the conditional in the skript. command /track : description: Use this command to …

  3. How do I make a near compass thingy? | skUnity Forums

    May 10, 2020 · Basically, when I right click on a compass, I want to make it point to the nearest player on the opposite team. The teams are coded in a way that...

  4. How to make a 3D compass in Unity? similar to the transform compass …

    Nov 26, 2019 · That's kind of the point of it. The compass always points the same way, meaning it doesn't rotate. Meaning there's no need for you to do anything in update, you just set where the north …

  5. c# - How can I make a GameObject point towards another …

    Jun 12, 2019 · How can I make a GameObject point towards another GameObject in Unity? Asked 6 years, 6 months ago Modified 4 years ago Viewed 6k times

  6. Solved - Direction based on player's direction | skUnity Forums

    Jun 14, 2017 · I custom coded a custom enchant plugin and I have an enchantment that will dig in a 3x3 area where the player does. What I cannot figure out, however, is how I can test for which direction a …

  7. Solved - Set location to a variable. | skUnity Forums

    Dec 16, 2020 · on join: set {spawn.%player%} to location at (0.5, 66, -1.5) in world "sb%player%" I'm guessing there is an error because the world has %player% in it but I don't ...

  8. Making a manhunt skript, how do I make the compass work in the …

    Mar 6, 2022 · So I'm making a manhunt skript and I'm having a problem where I don't know how to get the compass to work in the nether, I've heard that smt about nbts work but I don't know how to use …

  9. rotation - How Can I Rotate character based on direction He is Moving ...

    Jul 29, 2022 · The builtin function look_at() from Node3D (or Node2D) is actually doing this (it has a notion of "UP", by default y axis). Example: # "self" is the player node …

  10. Make Compass to always point to a specific place in Xamarin Forms

    Dec 19, 2020 · 1 I am trying to implement Compass following Xamarin.Essentials: Compass to head to a specific point. For the sake of implementation and testing, I added SfCircularGauge which works well …