• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Setting creature orientation

Status
Not open for further replies.

uDev

Illustrious Member
Hey guys, I want to make my creature spin around, so i need to edit its 'O'. I know LuaHypArc had command like :SetOrientation() and i can't find anything similar on eluna wiki. Please help me out?
 

uDev

Illustrious Member
So i can use then:
local O = Unit:GetO()
O = O + 0.1
Unit:SetFacing(O)

Right? :)
 
Status
Not open for further replies.
Top