#script to delete joints not working
8 messages · Page 1 of 1 (latest)
8 messages · Page 1 of 1 (latest)
i made a script that is supposed to break joints when touching other blocks, but it doesn’t work i need some help please
function onTouched(hit)
if
hit.Parent:FindFirstChild("Humanoid") then
return
end
hit:BreakJoints()
end```
i need to remove joints when touched, but not affect players
u aint calling the function
** You are now Level 14! **
what do i have to do? i’m new to scripting