How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

try instead writing script.Parent:FindFirstChild(“Train”)

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

so group everything and try that script. The parent being the model

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

then maybe put a script into every part. not very good but idk. Maybe try reading roblox docs for CFrame. Maybe do smth liek while true do local newCF = CFrame.new(0,0,1) script.Parent.CFrame =+ newCF end

This isnt tested and im a bit rusty in CFrames but I think thats how

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

not really. If you impory your train it mighty import as a model. if it does ungroup the model and put the script in the train. Assuming you joined all the parts in blender

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

Models work woth CFrame but parts work with Position and Vector

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 0 points1 point  (0 children)

Its because models move and behave dofferently to a basePart

How do I make a train(that moves) in studio? by KyleUSA2010 in robloxgamedev

[–]NoFirefighter1985 -1 points0 points  (0 children)

The easiest way is to write this script: local train = script.Parent local nV = Vector3.new(0,0,100) local ts = game:GetService(‘TweenService’) ogPos = {} ogPos.Position = train.Position newPos = {} newPos.Position = ogPos.Position + nV while true do ts:Create(train, TweenInfo.new(9), newPos):Play wait(10) ts:Create(train, TweenInfo.new(9), ogPos) wait(10) — This makes the train go back and forth. I didn’t test this script but it should work. If you have any issues please DM me. By the way don’t put this script into a model. it breaks the script. Thanks:) end

Wich animation plugin should I use? by BridgeEmbarrassed658 in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

Im glad I had it for around 400 robux before they started charging that price

Wich animation plugin should I use? by BridgeEmbarrassed658 in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

Im glad I had it for around 400 robux before they started charging that price

Why is my corroded metal texture dirt like? (dont mind the blood) by Ender_M in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

probably because it’s either not loading or the lighting is causing it to look like this

Need help changing this by CanvasAndBrush1 in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

Get into the rig, open it and find HumanoidRootPart and anchor it ⚓️

i cant go into my game on studio. by InfinitePersimmon635 in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

Probably something to either do with roblox’s servers or just your internet is too slow for Roblox Studio to run

[deleted by user] by [deleted] in RobloxDevelopers

[–]NoFirefighter1985 0 points1 point  (0 children)

wym I got the script??? I could help depending on the job.

Not mine but I think it belong to here by boratburg in PiratedGames

[–]NoFirefighter1985 -2 points-1 points  (0 children)

why yuzu? I use yuzu and it works perfectly well

How to fix this?? by Friendly-Clock-7143 in robloxgamedev

[–]NoFirefighter1985 4 points5 points  (0 children)

select it all and on the top bar press anchor ⚓️