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

I want to make a card battling system like Hearthstone, how would I do this? [closed]

Asked by 5 years ago

I want to make a card game battling system like in Hearthstone or Hexaria ( from roblox ). I've tried looking up tutorials but nothing pops up.

0
screen guis The_Pr0fessor 595 — 5y
0
and remote events The_Pr0fessor 595 — 5y

Closed as Not Constructive by T0XN, User#21908, Leamir, and theCJarmy7

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?

1 answer

Log in to vote
0
Answered by 5 years ago

To start off with, I do suggest that you begin with doing something similar to Hearthstone. You'll have to create your own custom UI's using PhotoShop, Paint.net, or any other software that will allow you to.

Next, I would suggest creating your own DataStore that's server-sided. This will make it a lot harder for exploiters and hackers to manipulate their own data, as well as anybody elses. This makes things a whole lot cleaner, too.

If you know how to build, I suggest building your own little arena, or you can create graphics for the background if you're not interested in doing that.

Hopefully, this should help and get you started! You won't find any tutorials on how to make a game like that, but you can look up bits and pieces on Youtube that will guide your way to that. Such as a level up system, stats, inventory, multiplayer interaction, etc.

I hope this helps!

Ad