Mewious
(Mewious)
#1
-
CFrame Gravity and other trains following the front train
-
Im Not Getting a good result as so far I need to do some Gravity heres a gif of what i have so far
https://gyazo.com/3144bec4827a9ab197c31abe1c82937a
-
i have looked everywhere to learn about CFrame physics and i think Im not just doing this right at all
Im looking for some help with a Coaster CFrame Script if that would be possible Thanks.
I know this Might seem alot Im just looking for some help
2 Likes
Mewious
(Mewious)
#2
The Train is Following the invisible track drawings
2 Likes
sasial
(sasial)
#3
So the train is following the nodes. You just want it to speed up and slow down right?
1 Like
Mewious
(Mewious)
#4
yes i do want it to do that thats mostly what i want to do here i should of said this in a better way sorry.
1 Like
sasial
(sasial)
#5
IT’s all good.
Can you provide some of your code, as that’ll help me fix it.
Mewious
(Mewious)
#6
okay here
thanks!.
local ts = game:GetService("TweenService")
local part = script.Parent
local Tweeninf = TweenInfo.new(
3.4,
Enum.EasingStyle.Quint,
Enum.EasingDirection.Out,
0,
false,
0.000000000000000000000000000000000000001
)
local move = {
CFrame = game.Workspace.Track1.CFrame
}
local tween = ts:Create(part,Tweeninf,move)
tween:Play()
that’s for every path
1 Like
sasial
(sasial)
#7
Easy fix then, just shorten the amount of seconds for when it is going down. (:
That’ll fix it.
Mewious
(Mewious)
#8
okay! ill test this out thanks.
sasial
(sasial)
#9
No Problem! Hope it helps. (:
Just calmly getting 30 chars.
Mewious
(Mewious)
#10
Thanks for your help i think I’m good so far also just messing with the time to get good results thanks!
Mewious
(Mewious)
#11
im also wondering how i connect the other trains behind them
https://gyazo.com/1c2ec17a2af54e225f4638cf1bb5ea6a
AspectType
(AspectType)
#12
Do you have discord, Lp_MewFX? If so whats your name?
Mewious
(Mewious)
#13
MewFX#5781
here thanks
using this for me to reply
AmityAddz
(Adam)
#15
Hey I am interested in how this works and I am wondering if I can contact you via discord, your username and tag doesn’t seem to be working. Thanks
DR1FTTR
(everett)
#16
connect the carts with ropes, that should work
DR1FTTR
(everett)
#17
There are no physics in CFrame I learned from making a VR game. You would want to use bodymovers to get physics.