Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

/e emotes stopping their work when touching ground?

Asked by 6 years ago

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 } }, }

0
Sorry if anim list got offset a little. xd dragopatiot 2 — 6y
0
Did you set your animation's priority to 'Action' so they don't get interupted from other animations? awesomeipod 607 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

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

0
It IS action, but it doesn't work dragopatiot 2 — 6y
0
then it's the script itself. In other games, when you /e dance, and someone touches your character, it cancels the animation awesomeipod 607 — 6y
Ad

Answer this question