Search results

  1. ChocoPlays

    How to make a backstab?

    Thanks for this! Previously I had tried to use raycasts, but that didnt work to well. This was helpful!
  2. ChocoPlays

    How to make a backstab?

    Im working on a spy kit for my game, and I needed to know how to backstab like how it works in sputt time.
  3. ChocoPlays

    How to make 2 of the same projectile do different things?

    For this you can either set the snowball's name when launching the projectile, and then detect the name by using If Entity , you could also use UUID's and variables but the naming is the simplest option.
  4. ChocoPlays

    Anvil Items

    Thanks for the help, this will be useful.
  5. ChocoPlays

    Anvil Items

    I'm trying to make a naming system for my plot, and i'm trying to use an anvil for it, but I cant seem to put an item into the anvil via code. Anyway to do this?
  6. ChocoPlays

    EnableBlocks code is glitched for me

    Thanks for pointing that out, didn't think of that!
  7. ChocoPlays

    EnableBlocks code is glitched for me

    You can try to do [Player Event{Place Block}] > [Game Action{Event Manipulation{Uncancel Event}}]
  8. ChocoPlays

    World generation issue

    There is an issue with world gen im experiencing where whenever its generating the seed it just sets it to 0 and doesnt generate anything. This is the DFonline link for people curious what the code is https://dfonline.dev/edit/?template=q3lt3ecj2oo713ppxs7q
  9. ChocoPlays

    How to detect proximity to a block type ?

    This method is a bit more laggy i feel like but you could get 2 corners of the players location however many blocks apart and then use Repeat: On Grid
  10. ChocoPlays

    Snowy Weather

    ah thx man
  11. ChocoPlays

    Snowy Weather

    I have overlord I just cant find the code piece
  12. ChocoPlays

    Snowy Weather

    I think your correct but I cant find any way to change the biome
  13. ChocoPlays

    Snowy Weather

    I have been trying to figure out how to make it snow but i cant figure out how to do it. Does anyone know how to make snowy weather in plots?
  14. ChocoPlays

    List Duplicating Issue

    Tried that its not working. It seems like it duplicates the list by however many players are in the plot.
  15. ChocoPlays

    List Duplicating Issue

    heres the DF online template https://dfonline.dev/edit/?template=qm4jedo3l4q1zfv11gb7
  16. ChocoPlays

    List Duplicating Issue

    I'm Trying To Make Menu Which Shows Every Player's Head In The Game And The Current Code I'm using Is Using Select Object To Select All Players, Grab Their Username's, Convert It To Heads and Use Repeat: For Each In List. But Every time I use Add Value To List It Doubles The Values By The Amount...
  17. ChocoPlays

    Custom Crafting

    true but i mean like crafting table crafting you would do that
  18. ChocoPlays

    Custom Crafting

    You Need Emperor But I Did Find A Way To Do It It is VERY buggy basically you open a GUI and make a loop while the GUI is open then you can use If Player: GUI Contains Item In Slot Multipe Times To Detect The Items And Then If its All Correct You Need To Add Checks To Make Sure The (output item)...
  19. ChocoPlays

    Client Side Invisibility Without Mythic

    Like Maybe Not Players But More So Entities So That Its Easier To Make Player Specific Entites
  20. ChocoPlays

    Player names in gui

    im thinking something to do with Select Object, Create List And Variable: Get Player Head
Top Bottom