#why doesn't it print "Hit2"?
7 messages · Page 1 of 1 (latest)
you seach for a part called "Part"
and then check if its name is "apple"
also it should give you an error, something like :
Name is not a valid member of nil
cant see the entire thing but if u dont have the function add that before
also i dont know what the "part" variable is but if its just a part in workspace and you want to look for it try changing the variable to
local part = workspace:FindFirstChild("Part")
unless you have a part in a part