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

My food doesnt return to the correct position after the eating animation is played, help?

Asked by 5 years ago

Whenever I play the eating animation, the food doesn't return to the proper position it was in before the animation played.

This is the eating animation:

01local Tool = script.Parent;
02 
03enabled = true
04 
05 
06 
07 
08function onActivated()
09    if not enabled  then
10        return
11    end
12 
13    enabled = false
14    Tool.GripForward = Vector3.new(-.981, .196, 0)
15    Tool.GripPos = Vector3.new(-.5, -0.6, -1.5)
View all 48 lines...

1 answer

Log in to vote
0
Answered by
Lakodex 711 Moderation Voter
5 years ago

May we have a video? I will edit this comment after we get a video to see what you mean..

Ad

Answer this question