Hyperrz
Koydum Çalışma Masasını
- Katılım
- 15 Mart 2020
- Mesajlar
- 65
- Elmaslar
- 19
- Puan
- 6.320
- Yaş
- 22
- Minecraft
- Hyperrz,DeadKat,Hyperrzx
Discord:
๖̶̶̶ζ͜͡?????? ⚝#0001
Farkettimde uzun zamandır benim gibi boş skript paylaşan olmamış o zaman üstüme düşeni yapayım :d
Kod:
command /Sandalye:
trigger:
set {_block} to targeted block
spawn 1 arrow above {_block}
set {chair::%spawned entity%} to true
set block above targeted block to wooden stairs
while spawned entity exists:
teleport spawned entity above {_block}
wait 1 tick
on right click:
clicked block is wooden stairs
loop entities in radius 2 around clicked block:
{chair::%loop-entity%} is set
make player ride loop-entity
while loop-entity exists:
if player is sneaking:
stop
teleport player to loop-entity
wait 1 tick