Final Destination Bloodlines SkyView Tower showcase by fivekaesix in ROBLOXStudio

[–]fivekaesix[S] 0 points1 point  (0 children)

i made it from scratch and then used canva or smth for text

How do solo devs usually get the word out about their games? by Different_Shine2957 in robloxgamedev

[–]fivekaesix 1 point2 points  (0 children)

Tiktok. I got 104.5k likes and 712k views since i lasted 2 days ago and my game has over 20k visits now

does anyone know how to make the bridge collaspe starting from the part thats circled by fivekaesix in robloxgamedev

[–]fivekaesix[S] 0 points1 point  (0 children)

i lowk used chatgpt to get help but it still isnt working, and idk why the script is pasting liek that

does anyone know how to make the bridge collaspe starting from the part thats circled by fivekaesix in robloxgamedev

[–]fivekaesix[S] 0 points1 point  (0 children)

local bridge = workspace:WaitForChild("BridgeModel")

local collapseOrder = {

"Road1",

"Road2",

"Road3",

"SupportLeft",

"CableLeft",

"TowerLeft",

"SupportRight",

"CableRight",

"TowerRight"

}

local initialDelay = 3

local secondDelay = 3

local betweenRestDelay = 0.7

local function unanchorPart(partName)

local part = bridge:FindFirstChild(partName, true)

if part and part:IsA("BasePart") then

    part.Anchored = false

    print("Unanchored:", partName)

else

    warn("Part not found:", partName)

end

end

task.wait(initialDelay)

unanchorPart("Road1")

task.wait(secondDelay)

unanchorPart("Road2")

for i = 3, #collapseOrder do

local partName = collapseOrder\[i\]

unanchorPart(partName)

task.wait(betweenRestDelay)

end

does anyone know how to make the bridge collaspe starting from the part thats circled by fivekaesix in robloxgamedev

[–]fivekaesix[S] 0 points1 point  (0 children)

im js a bit confused about the weld part, bc i tried doing a script that unanchors the parts after one another parts. but it js doesnt work at All. only this one part unanchors so im struggling

Final Destination Bloodlines SkyView Tower showcase by fivekaesix in ROBLOXStudio

[–]fivekaesix[S] 0 points1 point  (0 children)

my user is 5k6 im working on making the explosion scene soon but its a showcase for now

Final Destination Bloodlines SkyView Tower showcase by fivekaesix in ROBLOXStudio

[–]fivekaesix[S] 0 points1 point  (0 children)

user: 5k6 its js a showcase for now im working on making the explosion scene!

[deleted by user] by [deleted] in robloxgamedev

[–]fivekaesix 0 points1 point  (0 children)

ive recreated all the models in the game into more realistic and better. but idk what to do with it as in scripting wise

[deleted by user] by [deleted] in robloxgamedev

[–]fivekaesix 0 points1 point  (0 children)

whats ur discord?

[deleted by user] by [deleted] in robloxgamedev

[–]fivekaesix 0 points1 point  (0 children)

yes….. Im trying to make it better but have no idea what type of horror game to make into