So I’ve use this script to make my NPC sit,
game.Workspace.Chair["School C hair"].Seat:Sit(game.Workspace.Helza.Humanoid)
it does the work but the sit pose is not showing
How can I fix this issue?
Thanks!
So I’ve use this script to make my NPC sit,
game.Workspace.Chair["School C hair"].Seat:Sit(game.Workspace.Helza.Humanoid)
it does the work but the sit pose is not showing
How can I fix this issue?
Thanks!
Hello? Can someone help me with this
you need to play the default sit animation…
You need to play an animation ID
I’m pretty sure you can find the r15 default animation
Oh, Okay then, thank you so much
Still the same
I use this code
local SitAnim = Instance.new("Animation")
SitAnim.AnimationId = "http://www.roblox.com/asset/?id=2506281703"
local controller = game.Workspace.Helza.Humanoid
local Animation = controller:LoadAnimation(SitAnim)
Animation:Play()
Can anyone help me with this?