Add hologram to shooted item

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

    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!

Zunzik11

New Member
Mar 18, 2024
9
0
1
How can I add hologram to a shooted item
make player shoot an item projectile of 1 of yellow wool at speed 1
 
Code:
on shoot:
    projectile is 1 yellow wool:
        set name of projectile to "e"
Didn't added any holo. Have I write all correctly?
trigger:
set {_shooting} to true
loop 10 times:
if {_shooting} is true:
make player shoot an item projectile of 1 of yellow wool at speed 1
wait 1 tick
wait 60 ticks
wait 200 ticks
set {_shooting} to false

on shoot:
projectile is 1 yellow wool:
set name of projectile to "e"