Make target loop entities near it

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

Status
Not open for further replies.

Batman

Member
Dec 12, 2021
1
0
1
Hi, so what I want is to make the target you're looking at run loop entity in radius around it. Does anyone know how to do this on Skript without addons? Any help would be very convenient.

Here is what I have so far but it doesn't seem to work even though there are no errors:

command /loop:
trigger:
loop all entities in radius 5 around target:
damage loop-entity by 2
 
Last edited:
Status
Not open for further replies.