Working on a core game (first serious project) [Devlog]

Worked on a blast door

4 Likes

After some time the blast door is finished

7 Likes

Keep up the good work! Good motivation btw

6 Likes

making blast door script is getting harder, well! ima try searching on other forums

5 Likes

Blast door script? The one that you use brute force to open?

4 Likes

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

2 Likes

E to kick down door xd idk what a blast door is im sorry

2 Likes

like the big scp door, but without beigin spc, just like the image one

1 Like

Ohhh so it requires security keycard??

2 Likes

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

2 Likes

so, does someone know how to make an blast door script?

2 Likes

I did make a locked door script once…

3 Likes

i will wait for it and just make the facility, ill keep informing!

2 Likes

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 …

3 Likes

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. :doh:

1 Like

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. :grin:

7 Likes

same here this is really cool :smiley:

I CANT CODE MY MOUSE IS NOT WORKING AAAAA

2 Likes

Hey, i like your Project and would be really interested to be an UI Designer for you.

4 Likes

OMG, i was working on a crappy door but there is a lot of content to read!

3 Likes

Thank you guys for the help, im so grateful!

5 Likes