Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make it so players can collect berries? [closed]

Asked by
JuanCema -10
6 years ago

I'm making a game, and one of the quests is grabbing a nearby Berry on the bushes. How would I do this?

Closed as Not Constructive by DanzLua, abnotaddable, Redbullusa, and cabbler

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 6 years ago

Tools available:

  • Monitor what their mouse is hovering over (mouse.Target)
  • Use ClickDetectors
  • Use humanoid.Touched

Whatever system you use, you will of course have to update the quest when the desired outcome occurs.

Ad
Log in to vote
0
Answered by
H4X0MSYT 536 Moderation Voter
6 years ago

I suggest you learn to script. Just from the question I get the idea you haven't even tried learning lua.