#Proximity Prompt Not Showing Back Up After First Use
1 messages · Page 1 of 1 (latest)
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)
tweenservice, also 0.-0.12 doesnt look right
Tweenservice?
tweenservice.
What is that..? 😭
i haven't the faintest idea, maybe google knows what it is
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 🤷
sigh. I will search it up thank you for the help good sir
use tweenservice on god bro

sahur
