Сегодня решил написать скрипт но он не работает хотя парты я обозначил правильно, я хочу чтобы когда парт касался с партом он производил функцию local bottom = script.Parent.Engine.FrontBottom "local sensor = script.Parent.Parent.Parent.Station.Sensor location = script.Parent.Parent regen = script.Parent save = regen:clone() bottom.Touched:Connect(function(hit) if hit.Name == "Sensor" then regen:remove() wait(5) local back = save:clone() back.Parent = location regen = script.Parent.Parent["RASPSOR Automatic Trains Pack"].Trains back:MakeJoints() end end) " с предыдущим скриптом на время("local bottom = script.Parent.Engine.FrontBottom local sensor = script.Parent.Parent.Parent.Station.Sensor location = script.Parent.Parent regen = script.Parent save = regen:clone() while true do wait(550) regen:remove() wait(5) local back = save:clone() back.Parent = location regen = script.Parent.Parent["RASPSOR Automatic Trains Pack"].Trains back:MakeJoints() end)") все работает может быть я не правильно чтото написал??
"local sensor = script.Parent.Parent.Parent.Station.Sensor
location = script.Parent.Parent
regen = script.Parent
save = regen:clone()
bottom.Touched:Connect(function(hit)
if hit.Name == "Sensor" then
regen:remove()
wait(5)
local back = save:clone()
back.Parent = location
regen = script.Parent.Parent["RASPSOR Automatic Trains Pack"].Trains
back:MakeJoints()
end
end) "
с предыдущим скриптом на время("local bottom = script.Parent.Engine.FrontBottom
local sensor = script.Parent.Parent.Parent.Station.Sensor
location = script.Parent.Parent
regen = script.Parent
save = regen:clone()
while true do
wait(550)
regen:remove()
wait(5)
local back = save:clone()
back.Parent = location
regen = script.Parent.Parent["RASPSOR Automatic Trains Pack"].Trains
back:MakeJoints()
end)") все работает может быть я не правильно чтото написал??