#Proximity Prompt Not Showing Back Up After First Use

1 messages · Page 1 of 1 (latest)

next oak
#

For some reason whenever i use this proximity promt button after one use it goes away i've tried everything. My Exclusivity is at AlwaysShow, My RequiresLineOfSight is off i've tried every script i know, tutorials, ChatGPT even. Still nothing please someone help!

#

local value = 0
Open Sliding Door:

script.Parent.Triggered:Connect(function()
script.Parent.Enabled = false
while value ~= 40 do
wait(0.01)
script.Parent.Parent.Position = script.Parent.Parent.Position + Vector3.new(0,0,0.-0.12)
value+=1
end
script.Parent.Parent.Close.Close.Enabled = true
value = 0
end)

Close Sliding Door:
local value = 0
script.Parent.Triggered:Connect(function()
script.Parent.Enabled = false
while value ~= 40 do
wait(0.01)
script.Parent.Parent.Parent.Position = script.Parent.Parent.Parent.Position + Vector3.new(0,0,0.12)
value+=1
end
script.Parent.Parent.Parent.Open.Close.Enabled = true
value = 0
end)

lofty bramble
#

tweenservice, also 0.-0.12 doesnt look right

next oak
#

Tweenservice?

lofty bramble
next oak
#

What is that..? 😭

lofty bramble
# next oak What is that..? 😭

i haven't the faintest idea, maybe google knows what it is thonkoof idk i just say random assortments of letters for absolutely no reason other than to put letters together sometimes. it might mean nothing, who knows, i sure don't know 🤷

#

let me know if it means anything to you 🤷

next oak
#

sigh. I will search it up thank you for the help good sir

magic wren
next oak
#

TWEENSERVICE IS FOR ANIMATION GNG

#

i learnt ts the hard way i fixed it myself

magic wren
#

sahur