#Anyone know how to make a killing falling part?

1 messages · Page 1 of 1 (latest)

wise flare
#

I am making a game and I need help figuring out how to script a part that falls and kills you upon contact if you go under it.

I have no clue with scripting anything but I need it for my game, I want to make sure the player isn’t able to move when it’s falling. If you could help me pls do.

umbral epoch
#

You can use tween service with a kill brick

jagged jasper
wise flare
#

I just want it to like fall after a player gets directly under it and won’t be able to move until the part kills them

#

It’s only gonna be like 1 stud higher than an R6 avatar

#

How much do you think someone would charge for that?

jagged jasper
#

Okay, well if it's higher than them you'll probably still want to have a part under them to use as your trigger, and you can just set Visible off and CanCollide to off.

jagged jasper
wise flare
#

Yea

jagged jasper
#

Nothing I can help you

wise flare
#

Well I won’t be able to do it at the moment

#

I only have time at like either night or morning

#

And that’s usually for 1-2 hours

#

Even if you help me I will still have to pay you

#

Cause I know nothing free here

jagged jasper
#

Nah man I can just send you a little snippet and explain it if you'd like

gloomy ruinBOT
#

studio** You are now Level 1! **studio

wise flare
#

Oh

gloomy ruinBOT
#

studio** You are now Level 3! **studio

wise flare
#

What’s a snippet?

#

I’m new to most of the smart stuff

jagged jasper
#

I just mean I can send you a little bit of code

wise flare
#

Ok is it ok if I contact you some other day when I’m working on it?

#

I would just need some explaining

#

No code

jagged jasper
#

ofc man

wise flare
#

Ok thank you

pale token
#

just go ask chatgpt atp

hallow nacelle
#
local part = script.Parent


part.Anchored = false
part.CanCollide = false -- if you dont want it to interrupt other parts, or making it slide off and whatever u get the point

part.Touched:Connect(function(hit)
  -- the most typical killbrick code here
end)
umbral epoch
hallow nacelle
umbral epoch
#

if anchored is off and also can collide the parts will literally fly into the void

#

and be deleted

hallow nacelle
#

or am i just tripping

#

i know ive tried this b4

umbral epoch
#

i'm just being cautios because she/he might wanna reuse it

hallow nacelle
#

yeah, thats true

#

either way works anyways soo... whats the issue lol

jagged jasper
#

Sometimes unanchoring it doesn't cause it to fall tho, just get knocked off balance when someone hits it