https://gyazo.com/6b9db519be708b7fa32dc341007d6b0f
Is it a easy fix to this?
also its not printing the (“transparent”)
(and im just testing with the right arm)
Is it a easy fix to this?
also its not printing the (“transparent”)
(and im just testing with the right arm)
It’s becaus eit only checks if the health is zero once, use the Died event to change the transparency as the event is fired once health reaches 0 for the humanoid
RAhum.Humanoid.Died:Connect(function()
RAhum.Transparency = 1
print("Transparent")
end)
Still not working, no errors.
Do i need a part that damages the humanoid?
I am currently editing the health in the properties.
Are you editing the properties client side or server side
(if you are editing properties be sure the underlined icon shows this)
Make sure you’re editing it in a way taht the script can see it. If you’re editing it from the client and the script is a regular script, the script can’t detect those changes, so you need to edit from the server
still not working even tho i changed in the server.
Can you provide the new script or and a screenshot where is the script located?