Can anybody please help with colliding problems? The problem is when I made custom /e emote and I supposed to lay on ground, anim stops it work and immediately goes back to idle of character, which doesn't work either. I mean, any touch, and boom it doesn't work, unlikely ROBLOX basic emotes. Here is footage of problem:
https://gyazo.com/adf61f664080a5115358a12ef8053b2f
Here is list with emotes that I have:
idle = {
{ id = "rbxassetid://125750544", weight = 9 },
{ id = "rbxassetid://125750618", weight = 1 }
},
walk = {
{ id = "rbxassetid://372467960", weight = 10 }
},
run = {
{ id = "run.xml", weight = 10 }
},
jump = {
{ id = "rbxassetid://125750702", weight = 10 }
},
fall = {
{ id = "rbxassetid://125750759", weight = 10 }
},
climb = {
{ id = "rbxassetid://125750800", weight = 10 }
},
toolnone = {
{ id = "rbxassetid://125750867", weight = 10 }
},
toolslash = {
{ id = "rbxassetid://129967390", weight = 10 }
-- { id = "slash.xml", weight = 10 }
},
toollunge = {
{ id = "rbxassetid://129967478", weight = 10 }
},
wave = {
{ id = "rbxassetid://128777973", weight = 10 }
},
point = {
{ id = "rbxassetid://128853357", weight = 10 }
},
dance = {
{ id = "rbxassetid://130018893", weight = 10 },
{ id = "rbxassetid://132546839", weight = 10 },
{ id = "rbxassetid://132546884", weight = 10 }
},
lay = {
{ id = "rbxassetid://1541269289", weight = 10 }
},
laugh = {
{ id = "rbxassetid://129423131", weight = 10 }
},
cheer = {
{ id = "rbxassetid://=129423030", weight = 10 }
},
}
You can find priority in ROBLOX's animation editor. It should be under one of the tabs.
More about AnimationPriority here: https://wiki.roblox.com/index.php?title=API:Enum/AnimationPriority