You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
trying to make an arrow go up and down (btw its a union) -
What is the issue? Include screenshots / videos if possible!
it goes so far down that every time i go near it the void kills me so basically its beneath the void and i cant get it -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
this is what i’ve tried so far:
while true do
wait(0.5)
local par = script.Parent
for i=1, 100 do
par.CFrame = par.CFrame * CFrame.new(2.52, 6.215, 20.286)
wait()
end
wait()
for i=1, 100 do
par.CFrame = par.CFrame * CFrame.new(-2.44, 3.285, 21.61)
wait()
end
end
please help