#It isnt going back to the old position

17 messages · Page 1 of 1 (latest)

lethal eagle
#

in the first code its made so the part go away and i try to get the part back in the second code but the part stays at the same position

split root
#

What the what? This is so cursed....

#

Mind to tell us when you are creating these variables?

#
local startPos = part.Position
local endPos = part.Position + Vector3.new(0,0,100) -- (+ or -, depends on which direction you want)
local tweenStart = ts:Create(part, info, {Position = startPos})
local tweenEnd = ts:Create(part, info, {Position = endPos})
tweenEnd:Play()
tweenEnd.Completed:Connect(function()
  tweenStart:Play()
end

But you you can just change reverse to true in your TweenInfo

lethal eagle
golden currentBOT
#

studio** You are now Level 1! **studio

lethal eagle
#

i made it so the first wall go away

split root
#

At line 8, change from false to true

lethal eagle
#

this the second code

#

to get the wall back

lethal eagle
lethal eagle
nova arrow
lethal eagle
#

so not when i touch the part

lethal eagle