Solved RGB on EffectLib particles

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

NewbyZ

Member
Jan 26, 2017
75
2
0
25
How is RGB used?

code_language.skript:
display 10 of redstone particle at location of loop-value offset by 0.0, 0.0, 0.0 at speed 0.5

Where i put the RGB? (Example: 10,10,10)

[doublepost=1502495210,1502494767][/doublepost]Solved by myself
 
How is RGB used?

code_language.skript:
display 10 of redstone particle at location of loop-value offset by 0.0, 0.0, 0.0 at speed 0.5

Where i put the RGB? (Example: 10,10,10)

[doublepost=1502495210,1502494767][/doublepost]Solved by myself
Please post the solution for anyone else wondering how to do this and mark as solved. ( I'm curious to see how you did it too)
 
Please post the solution for anyone else wondering how to do this and mark as solved. ( I'm curious to see how you did it too)

code_language.skript:
display 10 of redstone particle at location of loop-value with color 100, 100, 100 offset by 0.0, 0.0, 0.0 at speed 0.5
 
Status
Not open for further replies.