I know what TweenService is, I simply don’t know how to use it
Yes, but he also says that he has the script working and needs feedback/a tutroail
no I’m not asking you to write me the code, I’m just asking you to tell me more or less how I would do it and an example of a theme or scripts if you don’t understand me I can’t explain more
in a nutshell:
I make a displacement system which, obviously, when the animation ends, returns to its original position. I need you to tell me how I would do it (the change of position and with a twenservice, that is, with displacement animation (I already did the expressions of the animation what I need is the displacement
Then I think you would only need to create the effective animation and not need to use TweenService or make the animation not move and move it with TweenServiec, even thought it would make everything more complex without any need to make it more complex
What exactly are you attempting to achieve? Your explanation is a bit confusing.
friend, what I want is that when the player presses the E key, an animation is activated and the Humanoid Root Part moves so that it seems to slide (a displacement system) please
Ok, so as already said you can either make the animation static and use TweenService or make the animation move, it’s the third time I say this now
Honestly, not sure what your looking for can you be more specific on what your question is?
Are you not sure what I’m saying? I rather think that you are not sure how to do it and you only say that to annoy…
I already explained it clearly
You are not giving us a good explanation, try giving a video or something to show what you are trying to achieve, or else it’s hard to understand what you need, what dot it exactly mean with displacement effect?
What do you mean by that? If he doesn’t know what you are saying what he said it’s not to annoy…
I beg your pardon? No need to be rude.
Like dede was saying, there is no proper example.
If no one tells me the solution in less than 1 hour I put my publication as a solution and READY
Well, it’s not our problem, it’s just you who’s not gonna find a solution, so the only one who’s gonna lose something it’s you
Ah, are you trying to recreate that animation that is showcased in the video?
Not sure what this has to do with the post, but freedom of speech…
add the wait method so I wont immediately change the value
what part of the script are you looking for? Key detecting, playing animations or moving?
You clearly see in the script that I already did the animation and the key detection what I need in tween position
local tweenService = game:GetService("TweenService")
tweenService:Create(parteprincipal, TweenInfo.new(), {Position = Vector3DestinationGoesHere}):Play()
For TweenInfo:
-TweenInfo | Roblox Creator Documentation
-Understanding Easing Styles!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.