Help with Fishing System like Fishtopia

So I am making a fishing area where players can catch fish and I was wondering how do I make it so the fish are randomized with item granters?
Also I want to make it so that the rarer fish (Purple Fish and Starfish) are harder to catch so if I can get help with that too, that would be amazing!

Randomizers? I think there’s a guide on that.


You just have to follow it the best you can, or let another forumer help you

3 Likes

That guide is a bit confusing.

what parts do you have trouble with?
theres a picture near the bottom of the guide for you to see

1 Like

Just all of the ā€œcodingā€ & stuff like that.

1 Like

hopefully you know how to reach blocks?
if you’ve ever seen scratch then block code is basically that

Not really but I have!

fishing. and more fishing. and more fishing. and A FISHING GUIDE
[this guide is very exclusive for the people who are making a fishing game]

2 Likes

so heres my take on the code/an explanation because that usually helps


heres the code they showed
basically,
they get an variable
and give it an random number 1-100
they check that random number
if its equal to 1?
broadcast ā€˜a’
equal to 2?
broadcast ā€˜b’

you can use this logic to make your own system!
is the random number less than 40?
give a common fish (broadcast a channel that triggers a item granter providing a common fish)
less than 55 and more than 40?
give a uncommon (same as common fish but different channel different fish)
less than 60 and more than 55?
give a rare (ditto)
and so on

if you need to see what it would look like then i’ll make that

4 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.