of     2   
chevron_rightchevron_rightchevron_right

Janurell
#157363180Saturday, March 07, 2015 3:26 PM GMT

hi, i was wondering if you could make your own /e commands. I've tried a several free models but they don't work. I've created my own animations and i'm looking for a way to add new /e commands to my place. Could anyone help me with this? thank you beforehand
Janurell
#157373617Saturday, March 07, 2015 6:25 PM GMT

Bump
FauxSundew
#157377985Saturday, March 07, 2015 7:20 PM GMT

you can make your own /e commands. Just play the animation when you say /e command
Janurell
#157385586Saturday, March 07, 2015 9:07 PM GMT

Could you give me a script?
Janurell
#157393966Saturday, March 07, 2015 11:13 PM GMT

bump
SLOTajoo99
#157395625Saturday, March 07, 2015 11:36 PM GMT

i like this game but I would like to add you can have 3pets
Janurell
#157403369Sunday, March 08, 2015 1:29 AM GMT

That still doesnt answer my question, bump.
ORZpasserAtw
#157403859Sunday, March 08, 2015 1:37 AM GMT

I know, because of Animations Animations is NOT permitted to run on other clients animations current only its owner can use,other can't (note:ROBLOX's animations is free4all)
Janurell
#157405470Sunday, March 08, 2015 2:03 AM GMT

Janurell
#157412905Sunday, March 08, 2015 3:47 AM GMT

bump
StormTamer
#157413023Sunday, March 08, 2015 3:49 AM GMT

It's sort of like admin commands. He created "/e" as a prefix and then animations such as "sneeze" that are run when the prefix "/e" is present.
Janurell
#157414222Sunday, March 08, 2015 4:09 AM GMT

So for example while true do if player.msg == '/e fly' then player.animationID = 149359445 script:remove() end end won't work?
StormTamer
#157414297Sunday, March 08, 2015 4:10 AM GMT

yo idk meng, i don't script. ask Scripting Helpers or something lol
Mariokart09
#157415560Sunday, March 08, 2015 4:31 AM GMT

> ask Scripting Helpers Have you been living under a rock for like 2 years? :P
StormTamer
#157416077Sunday, March 08, 2015 4:39 AM GMT

o rite they deleted Building Helpers and Scripting Helpers lol ask Scripters then xd
ORZpasserAtw
#157416249Sunday, March 08, 2015 4:42 AM GMT

read Output please
EllisLadon
#157426976Sunday, March 08, 2015 8:37 AM GMT

Yes, you can make new /e animations. First, find an animation (It's in Develop > Animations > Search for Animations) Second, take the ID (It's behind the asset?id= in the page address.) Third, make a script like this (Put it in the workspace): local AnimationP = Instance.new("Animation") AnimationP.AnimationId = "http://www.roblox.com/Asset?ID=[Id here]" function plrAdded(plr) plr.Chatted:connect(function(message) getAnim(plr, message) end) end function getAnim(plr, message) if message == "/e [Whatever you want here]" then local AnimTrackP = plr.Character.Humanoid:LoadAnimation(AnimationP) AnimTrackP:Play() end end Then that's that. To test it, say: "/e [Whatever you put at the if statement]", and the animation should play.
Janurell
#157431549Sunday, March 08, 2015 12:14 PM GMT

I've done that but like, i just stand still when i do /e [command] i don't do anything at all it won't even animate.
Janurell
#157445700Sunday, March 08, 2015 5:13 PM GMT

bump
DevsDream
#157446146Sunday, March 08, 2015 5:19 PM GMT

I'm trying to learn something here but you guys are to technical for me xD
Janurell
#157448933Sunday, March 08, 2015 5:55 PM GMT

bump
DevsDream
#157453503Sunday, March 08, 2015 6:55 PM GMT

Where can I actually search for animations? I don't see them in the animation page, are they free models?
Janurell
#157506727Monday, March 09, 2015 1:32 PM GMT

Bump the script is doing nothing
ORZpasserAtw
#157506836Monday, March 09, 2015 1:36 PM GMT

@SirJoeyy read Output please read Output please read Output please
ORZpasserAtw
#157508378Monday, March 09, 2015 2:34 PM GMT

not script's problem is animation itself Output will says: Content failed because HTTP 403 (Asset is not trusted for this place) if animation is not made by you,you cannot use this you can test your animation here(edit mode): http://www.roblox.com/NPC-Animation-Example-place?id=146146665

    of     2   
chevron_rightchevron_rightchevron_right