#Anyone know how to make a killing falling part?
1 messages · Page 1 of 1 (latest)
You can use tween service with a kill brick
Do you need this to happen when the player steps in a certain place (like a pressure plate)/hits a button? And do you need help coding the condition as well or just the object falling and killing them?
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?
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.
To code it?
Yea
Nothing I can help you
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
Nah man I can just send you a little snippet and explain it if you'd like
** You are now Level 1! **
Oh
** You are now Level 3! **
I just mean I can send you a little bit of code
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
ofc man
Ok thank you
just go ask chatgpt atp
yk, you can just unanchor it?
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)
its unrelieable. Maybe she wants it to drop in a specific zone. If you unanchor it physics are still applied and the part can bounce off
isnt that where CanCollide comes into play? Unless they want the players to know on what hit them, then sure she/he can use tweenservice
if anchored is off and also can collide the parts will literally fly into the void
and be deleted
Yeah, thats the point, But it still kills them, doesnt it?
or am i just tripping
i know ive tried this b4
i'm just being cautios because she/he might wanna reuse it
Sometimes unanchoring it doesn't cause it to fall tho, just get knocked off balance when someone hits it