#When touched a part change color.

13 messages · Page 1 of 1 (latest)

real osprey
#

I'm new to Studio, so I'm testing a few things, in this case, I'm trying to use If and Then to change the color of a part. I tryed everything i still failing.

forest rune
odd hill
celest wharf
gusty grotto
#

I could help you to make the game
But before i need to know if you can also make progress

real osprey
#

forgot about the code, wait a sec 💀

grand citrus
# real osprey

Try something like
script.Parent.Touched:Connect(function(hit)
If hit.Parent:FindFirstChild(“Humanoid”) then
script.Parent.Brickcolor = Brickcolor.new(“Really red”)
end
end

main solarBOT
#

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

grand citrus
#

That’s for if a player touches it

real osprey
#

ok

#

thank you