Search results

  1. P

    Guides 2.0

    Ask me anything related to coding i will reply
  2. P

    Creative+ Suggestion to improve ,C+

    Probably just add a search bar to search any world you want, sometimes players found it tricky to find the game they really want and causes to waste there time by flipping many pages through games and still find nothing..
  3. P

    2 things you probably forgot can help you..

    #1 You can make a glowing block by spawning a shulker block at that position #2 You can make a npc that actually feels like npc, not like a still figure, using recrusive function and tp-ing it to the location you spawned it and switiching the tp-ing method to only coordinates.
  4. P

    How to code a circling particle,

    First of all place a function then place select random player then place select default player then following: let a variable for angle of circle (x) Than use += to increase the variable by 5 (or your choise, more the number more the speed) Then use radian function to get the radian of 'x' ...
  5. P

    How to code a bidding/auc system like skyblock [ML]...

    LINE 1: Chat Event : If holding NOT (Empty chest) : Split Text: Array [A], Text: Current Message, Text[Split]: ' ' [Space] or [Empty] INFO: Neither one of this variable or array is %player% Get Element: Array [A], Index: 1, Variable [C]...
  6. P

    I am bored so, i will make a guide for 2d ,1 step vector

    STEP 1: use a Function block, Get location value from yaw of player [LET: A] , and add a condition, If compare number A < 0, then A+=360. STEP 2: get Radian of variable A [Let: B] and get the value of cosine and sine with the variable B [LET: C and S as variable [respectively]] STEP...
Top