Worked on a blast door
Keep up the good work! Good motivation btw
making blast door script is getting harder, well! ima try searching on other forums
Blast door script? The one that you use brute force to open?
do you mean the doors where you just press “e” to open? If you mean that, it will be opened with a button, but can you say what you mean? i didnt understood at all
E to kick down door xd idk what a blast door is im sorry
like the big scp door, but without beigin spc, just like the image one
Ohhh so it requires security keycard??
it will have a level 5 lock, so only owner will be able to open, also no help in forums so i will have to take help from here or take one from the toolbox, wich i dont want to but i dont have other option
so, does someone know how to make an blast door script?
I did make a locked door script once…
i will wait for it and just make the facility, ill keep informing!
so it goes like:
``local door = script.Parent
local act = door.proximityprompt
local function opendoor()
–do stuf here
end
local function check(key)
if key.doorlevel == (random value) then
return true
else
return false
end
end
act.triggered:connect(function(player)
if player.character then
local char = player.character
for _, tool in pairs(character:GetChildren()) do
if tool.classname == ‘tool’ then
local check = check(tool)
if check then
open()
end
else
return
end
end``
idk if it works tho just from memory. uhhhh …
Have you thought about adding a label over the button (above it) instead of on top? When looking at everything you’ve posted so far- it looks so good! Love this.
For the door script, you can accomplish that using TweenService. Here is a helpful video that demonstrates how to use TweenService to open doors:
If you need help on how you would implement this into your build, I can be a helping hand however I can’t guarantee my full assistance with my limited knowledge on Lua.
Regarding the build, I feel it is a bit too spacious. Do you plan on adding any interior assets in the room or are you going to leave it out as big and empty! (kind of adds to the eerie vibe if you’re aiming for that…)
Nonetheless keep up the work, I’ll be watching with great interest.
same here this is really cool
I CANT CODE MY MOUSE IS NOT WORKING AAAAA
Hey, i like your Project and would be really interested to be an UI Designer for you.
OMG, i was working on a crappy door but there is a lot of content to read!
Thank you guys for the help, im so grateful!