#Force shift and look down on a player when hit with a diamond sword?
1 messages · Page 1 of 1 (latest)
try set their pitch or yaw
i forgot what was horizontal or vertical but one of them will work
What about shift
like forcring them to crouch
I wouldn't be using an addon for this but you can check the source code of this and see if it's easy to add with reflect
@earnest radish @waxen pine it's skream!
he made Skream? then it can't be that bad, you could consider using the addon
i cant seem to find where to download skream
nvm, got it
erm
its for 1.16 bruh
That's why you should look at its code
anyway player.setSneaking(true) should work (requires Skript-reflect)
K ty
do i still need skream?
on damage of player:
if name of attacker's tool is "&6Force Sneak"
player.setSneaking(true)```
So would this work?
wait would i do victim instead of player
on damage of player:
if name of attacker's tool is "&6Force Sneak"
victim.setSneaking(true)```
So would this work?
@grim sage
Why don't you try it and see