I want to change the size of the slime

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

HeadStar

Member
Sep 24, 2022
2
0
1
on place:
if event-block is Reinforced Deepslate:
cancel event
subtract 1 of Reinforced Deepslate from player's inventory
spawn slime
set {_slime} to last spawned entity
set max health of {_slime} to 50
heal {_slime}
set {_slime}'s display name to "%{%event-player%.team}%팀의 코어"
set slime size of {_slime} to 5 #big

I did this, but it doesn't work. (Skellet installed)
 
I dont really understand what do you want from this skript, can you explain?