I need some scripting help with an OnClicked Script. i want to make a pool of water where when you click it you will drink it.
would the script look somthing like this?
functionOnClicked()
findfirstchild("Humanoid")
would that find the humanoid of the player that clicked the water? |