1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Colored dust

Discussion in 'Skript' started by VOIDDER, Nov 21, 2022.

Thread Status:
Not open for further replies.
  1. VOIDDER

    VOIDDER Member

    Joined:
    Aug 23, 2018
    Messages:
    27
    Likes Received:
    0
    Tell me - how to make redstone redstone dust in different colors? The code does not work (I found documentation about this from 2017)

    show 25 colored dust with speed 0.05 on {_enter} with colors 100, 100, 100

     
  2. Best Answer:
    Post #4 by MultiverShaun, Nov 22, 2022
  3. MultiverShaun

    MultiverShaun Member

    Joined:
    Aug 8, 2022
    Messages:
    25
    Likes Received:
    2
  4. VOIDDER

    VOIDDER Member

    Joined:
    Aug 23, 2018
    Messages:
    27
    Likes Received:
    0
    can I have a sample code?

    although it is strange that such a thing cannot be done through a simple sk...
     
  5. MultiverShaun

    MultiverShaun Member

    Joined:
    Aug 8, 2022
    Messages:
    25
    Likes Received:
    2
    My bad, I don't really think skRayFall supports particle colors.
    You can use SkBee instead, and use this:
    Code (Text):
    1. draw 25 of dust using dustOption(rgb(100, 100, 100), 1) at {_enter}
    The docs for that: https://github.com/ShaneBeee/SkBee/wiki/Particles
     
Thread Status:
Not open for further replies.

Share This Page

Loading...