tucann
|
  |
| Joined: 16 Mar 2013 |
| Total Posts: 395 |
|
|
| 25 Jul 2015 02:51 AM |
I tried to use the animation in player script by jt93 and when I change the id of the animation it doesn't work, so my character moves but is using the idle animation because the animation for walking is not working. any suggestions?
~you are going to meet bad people in life~ |
|
|
| Report Abuse |
|
|
Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 25 Jul 2015 02:52 AM |
| replace the animations when the player spawns in using a script :/ |
|
|
| Report Abuse |
|
|
tucann
|
  |
| Joined: 16 Mar 2013 |
| Total Posts: 395 |
|
|
| 25 Jul 2015 02:55 AM |
@above that is what the animation in player script does but whenever I try it, it doesn't work
~you are going to meet bad people in life~ |
|
|
| Report Abuse |
|
|
Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 25 Jul 2015 02:57 AM |
heres a part of my code I use for something similar-ish
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) x = script:GetChildren() for i = 1, #x do x[i]:clone().Parent = c.Torso c.Sound:remove() script.Sound:clone().Parent = c end end) end) |
|
|
| Report Abuse |
|
|
tucann
|
  |
| Joined: 16 Mar 2013 |
| Total Posts: 395 |
|
|
| 25 Jul 2015 02:59 AM |
tested it & nothing changed \_(ツ)_/
~you are going to meet bad people in life~ |
|
|
| Report Abuse |
|
|
Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 25 Jul 2015 03:00 AM |
| it part of the master code it uses the scripts inside it so it removes the sounds script for your character when you join and replaces them with my own custom but you might have fun playing with the code and seeing what you can do |
|
|
| Report Abuse |
|
|
Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 25 Jul 2015 03:04 AM |
http://www.roblox.com/3-enjoy-333-item?id=274717780
there .-. just change the animations that's just you job don't edit the script and you can delete that well says "delete [just proof it works]" |
|
|
| Report Abuse |
|
|
tucann
|
  |
| Joined: 16 Mar 2013 |
| Total Posts: 395 |
|
|
| 25 Jul 2015 03:08 AM |
thanks! :D
~you are going to meet bad people in life~ |
|
|
| Report Abuse |
|
|